Module ode_base::ode

source ·
Expand description

ode integrates bindings to cppbridge and cppode

  • cc-rs https://crates.io/crates/cc
  • bindgen https://crates.io/crates/bindgen

§cc-rs

  • include/bridge.hpp
  • src/bridge.cpp

§bindgen

from

  • include/bridge.hpp
  • ode/ode.hpp (from modified preprocess -E dum.cpp includes ode.h)

to

  • include/bridge_bindings.rs
  • ode/ode_bindings.rs

§Requirements

in the running directory

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

Functions§

Type Aliases§