Skip to content

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

Notifications You must be signed in to change notification settings

Computermatronic/derelictnewton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages