derelict-newton 1.0.0

Dynamic bindings to Newton Dynamics Engine


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:

DerelictNewton

Dynamic Bindings to the Newton Dynamics physics library version 3.03 for the D Programming Language.

Please see the pages Building and Linking Derelict and Using Derelict, in the Derelict documentation, for information on how to build DerelictNewton and load the Newton Dynamics libraries at run time. In the meantime, here's some sample code

// This example shows how to load the DerelictNewton bindings.
import derelict.newton.newton;

void main() {
    // This example shows how to load the Newton library. 
    DerelictNewton.load();

    // Now Newton Dynamics functions for all of the Newton Dynamics libraries can be called.
    ...
}
Authors:
  • Sean Campbell
Dependencies:
derelict-util
Versions:
1.0.0 2016-Sep-17
Show all 1 versions
Download Stats:
  • 0 downloads today

  • 0 downloads this week

  • 0 downloads this month

  • 36 downloads total

Score:
0.4
Short URL:
derelict-newton.dub.pm