1 unstable release

new 0.1.11 Apr 22, 2024
0.1.10 Apr 22, 2024
0.0.1 Apr 18, 2024

#404 in Simulation

Download history 304/week @ 2024-04-13 729/week @ 2024-04-20

1,033 downloads per month
Used in 3 crates (via ode-rs)

MIT license

325KB
667 lines

Contains (Windows DLL, 140KB) drawstuff/bin/drawstuff.dll, (Windows DLL, 77KB) drawstuff/bin/libgcc_s_seh-1.dll, (Windows DLL, 53KB) drawstuff/bin/libwinpthread-1.dll, (static library, 20KB) drawstuff/lib/libdrawstuff.a, (static library, 8KB) drawstuff/lib/drawstuff.lib

drawstuff

ODE drawstuff bindings for Rust

License

MIT License


lib.rs:

ODE drawstuff bindings 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

  • drawstuff.dll
  • libgcc_s_seh-1.dll
  • libwinpthread-1.dll

Examples

see also

Dependencies

~0.4–12MB
~103K SLoC