Skip to content

v0.2.9

Compare
Choose a tag to compare
@tzaeschke tzaeschke released this 08 Mar 17:21
· 342 commits to master since this release

This is release 9 of the port of ODE 0.12.0.

Changes:

  • Migrated to Java 7
  • Removed lots of warnings
  • Numerous small improvements
  • Prepared migration to ODE 0.13.0

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.