Skip to content

v0.2.6

Compare
Choose a tag to compare
@tzaeschke tzaeschke released this 21 Oct 21:10
· 376 commits to master since this release

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'