Skip to content

Releases: tzaeschke/ode4j

v0.2.8

01 Jan 16:21
Compare
Choose a tag to compare

This is release 8 of the port of ODE 0.12.0.

Changes:

  • Fixed Bug #8: Fixed Exception when using large trimeshes

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

Only 'core' and 'demo' are provided here. The complete set of artifacts is available via maven or from https://oss.sonatype.org/index.html#nexus-search;quick~ode4j
The source code contains all artifacts.

v0.2.7

29 Oct 11:34
Compare
Choose a tag to compare

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

v0.2.6

21 Oct 21:10
Compare
Choose a tag to compare

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'