Computermatronic / derelictnewton

Dynamic bindings to the Newton Dynamics physics library for the D Programming Language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.
    ...
}

About

Dynamic bindings to the Newton Dynamics physics library for the D Programming Language


Languages

Language:D 100.0%