derelict-ode ~0.13

A dynamic binding to the Open Dynamics Engine physics library.


To use this package, run the following command in your project's root directory:

Manual usage
Put the following dependency into your project's dependences section:

DerelictODE

A dynamic binding to version 0.13 of the Open Dynamics Engine physics library for the D Programming Language.

For information on how to build DerelictODE and link it with your programs, please see the post Using Derelict at The One With D.

For information on how to load the ODE library via DerelictDE see the page DerelictUtil for Users at the DerelictUtil Wiki. In the meantime, here's some sample code.

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.

Authors:
  • Mike Parker
Dependencies:
derelict-util
Versions:
3.0.0-beta.1 2017-Jun-16
2.0.1 2017-Jun-16
2.0.0 2016-Feb-22
1.1.2 2015-Jul-13
1.1.1 2014-Nov-02
Show all 16 versions
Download Stats:
  • 0 downloads today

  • 0 downloads this week

  • 0 downloads this month

  • 922 downloads total

Score:
1.4
Short URL:
derelict-ode.dub.pm