Skip to content
Tilmann edited this page Oct 28, 2013 · 11 revisions

Welcome to the ode4j wiki!

ode4j is a port of the ODE C/C++ physics engine. Details can be found on the homepage.

There are several ways to get started with ode4j.

  • The simplest way is get the zipped sources or jar files and just add them to you project.
  • You can checkout the sources with git, as described here.
  • You can fully rely on maven to resolve the dependencies. This is somewhat advanced in case you intenmd to use the demo packages, because the demos use native lwjgl libraries which can be a bit difficult to get right with maven. This is partly described here.

Clone this wiki locally