Ode4j Versions Save

Java 3D Physics Engine & Library

parent-0.2.7

10 years ago

This is release 7 of the port of ODE 0.12.0.

Changes:

  • Removed 'cpp' module
  • Fixed Bug #3

Artifacts:

  • core: core physics library
  • demo: demos for core library, requires: 'core'
  • core-cpp: C-style API for porting C applications to Java, requires: 'core'
  • demo-cpp: same as 'demo' but implemented using the C-style API, requires: 'core', 'cpp-api

More artifacts are available via maven or from https://oss.sonatype.org/index.html#nexus-search;quick~ode4j

parent-0.2.6

10 years ago

This is release 6 of the port of ODE 0.12.0.

  • cpp: Internal library required by core
  • core: core physics library, requires: 'cpp'
  • core-cpp: C-style API for porting C applications to Java, requires: 'core', 'cpp'
  • demo: demos for core library, requires: 'core', 'cpp'
  • demo-cpp: same as 'demo' but implemented using the C-style API, requires: 'core', 'cpp', 'cpp-api'