Crate oyk

Source
Expand description

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

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

§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

§Examples

see also

Modules§

colors
colors
ode
ode integrates bindings to cppbridge and cppode

Macros§

ode_
ODE singleton getter (immutable)
ode_get
ODE attribute getter (immutable)
ode_get_mut
ODE attribute getter (mutable)
ode_mut
ODE singleton getter (mutable)
ode_sim
$rs is Sim instance, $rf is callback function in Sim
ostat
for debug output status
ostatln
for debug output status with ln