DerelictODE

所属分类:物理/力学计算
开发工具:D
文件大小:25KB
下载次数:0
上传日期:2017-06-16 12:24:42
上 传 者sh-1993
说明:  D编程语言的Open Dynamics Engine物理库的动态绑定。
(Dynamic bindings to the Open Dynamics Engine physics library for the D Programming Language.)

文件列表:
dub.sdl (438, 2017-06-16)
source (0, 2017-06-16)
source\derelict (0, 2017-06-16)
source\derelict\ode (0, 2017-06-16)
source\derelict\ode\functions.d (74010, 2017-06-16)
source\derelict\ode\ode.d (47654, 2017-06-16)
source\derelict\ode\types.d (31453, 2017-06-16)

DerelictODE =========== A dynamic binding to version 0.14.0 of the [Open Dynamics Engine][1] physics library for the D Programming Language. Please see the pages [Building and Linking Derelict][2] and [Using Derelict][3], in the Derelict documentation, for information on how to build DerelictODE and load the ODE libraries at run time. In the meantime, here's some sample code. ```D import derelict.ode.ode; void main() { // Load the ODE library. DerelictODE.load(); // Now ODE functions can be called. ... } ``` NOTE: Because of a bug in the ODE API, dPrintMatrix is not properly exported from the shared library. As such, it is disabled in this version of DerelictODE. It is fixed in the ODE repository and will be available in a future release of DerelictODE. dInfiniteAABB is also disabled in this version of DerelictODE, as it is not exported in the ODE 13.1 shared library. By default, DerelictODE is configured to load the double-precision version of ODE. If you want to load the single-precision version, declare "DerelictODE_Single" as a version in the build settings of your dub.json. [1]: https://bitbucket.org/odedevs/ode [2]: http://derelictorg.github.io/compiling.html [3]: http://derelictorg.github.io/using.html

近期下载者

相关文件


收藏者