ode-rs-0.0.1 has been yanked.
ode-rs
ODE Open Dynamics Engine for Rust
Now this crate is tested on ode-0.16.2 dll version.
ode.dll drawstuff.dll for x64 Windows binary compiled with -DdDOUBLE by mingw
(It may work with VC, or other platforms.)
Links
Requirements
- ode and drawstuff
- https://crates.io/crates/ode-base
- https://github.com/nomissbowling/ode-base
- https://crates.io/crates/drawstuff
- https://github.com/nomissbowling/drawstuff
- https://crates.io/crates/asciiz
- https://github.com/nomissbowling/asciiz
to build dll
- premake4 --with-demos --only-double --with-libccd --cc=gcc --platform--x64 --os=windows codeblocks
- premake4 --with-demos --only-double --with-libccd --platform--x64 --os=windows vs2010
in the running directory
- drawstuff.dll
- ode.dll
- libstdc++-6.dll
- libgcc_s_seh-1.dll
- libwinpthread-1.dll
Exsamples
License
MIT License