#dynamics #kinetics #physics #opengl #3d

sys ode-base

ODE Open Dynamics Engine bindings base for Rust

2 releases

0.1.2 Apr 22, 2024
0.1.1 Apr 21, 2024
0.0.1 Apr 21, 2024

#7 in #kinetics

Download history 157/week @ 2024-04-15 259/week @ 2024-04-22

416 downloads per month
Used in 5 crates (2 directly)

MIT license

3.5MB
8K SLoC

Contains (Windows DLL, 1.5MB) ode/bin/libstdc++-6.dll, (Windows DLL, 1MB) ode/bin/ode.dll, (static library, 410KB) ode/lib/libode.a, (static library, 145KB) ode/lib/ode.lib, (Windows DLL, 77KB) ode/bin/libgcc_s_seh-1.dll, (Windows DLL, 53KB) ode/bin/libwinpthread-1.dll

ode-base

ODE Open Dynamics Engine bindings base for Rust

see also

Exsamples

License

MIT License


lib.rs:

ODE Open Dynamics Engine bindings base for Rust

Requirements

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

  • ode.dll
  • libstdc++-6.dll
  • libgcc_s_seh-1.dll
  • libwinpthread-1.dll

see also

Examples

Dependencies

~0–12MB
~92K SLoC