oyk

Crates.iooyk
lib.rsoyk
version1.2.1
sourcesrc
created_at2023-05-06 06:14:37.086089
updated_at2024-05-24 04:53:19.923734
descriptionOYK is ODE (Open Dynamics Engine) bindings for Rust yaw kinetics
homepagehttps://crates.io/crates/oyk
repositoryhttps://github.com/nomissbowling/oyk
max_upload_size
id858352
size4,064,035
nomissbowling (nomissbowling)

documentation

https://docs.rs/oyk/

README

oyk

CAUTION

oyk is replaced to submodule of crate ode-rs after version 1.0.1

OYK is ODE (Open Dynamics Engine) bindings for Rust yaw kinetics

ODE

ODE

Now this crate is tested on ode-0.16.2 dll version.

ode.dll for x64 Windows binary compiled with -DdDOUBLE by mingw

(It may work with VC, or other platforms.)

Links

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

Exsamples

License

MIT License

Commit count: 83

cargo fmt