raybjork / ode

Go binding for the Open Dynamics Engine library.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ode

This is a Go binding for the Open Dynamics Engine 3D physics library. It sticks fairly closely to the development version of the ODE C API, with a few stylistic and idiomatic changes thrown in here and there where it seemed useful.

Get ODE here.

ODE must be compiled as a shared library with double precision support. Triangle mesh indices are expected to be 32 bit, which is the ODE default. The following will configure ODE with these options:

> cd /path/to/ode-src; ./configure --enable-double-precision --enable-shared

About

Go binding for the Open Dynamics Engine library.

License:MIT License


Languages

Language:Go 99.6%Language:C 0.4%