Registry / other / ode
library0.16.6vcpkgunverified

Open Dynamics Engine is a physics engine for simulating rigid body dynamics.

vcpkg install ode
INSTALL
IMPORT
SIG · ODE
O
ode
othercppv0.16.6
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ode/ode.h
#include <ode/ode.h>

Initialize and create a basic ODE world

#include <ode/ode.h> int main() { dInitODE(); dWorldID world = dWorldCreate(); dWorldDestroy(world); dCloseODE(); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.16.6latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources

No resource links recorded.

ode — pip install ode · libregistry