1 unstable release

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

#362 in Rendering

Download history 4/week @ 2024-05-02 10/week @ 2024-05-09 12/week @ 2024-05-16 9/week @ 2024-05-23 3/week @ 2024-05-30 6/week @ 2024-06-06 2/week @ 2024-06-13 20/week @ 2024-06-27 128/week @ 2024-07-04 68/week @ 2024-07-25 20/week @ 2024-08-01

88 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
~92K SLoC