Skip to content

stephengold/jbullet

 
 

Repository files navigation

JBullet

This is an adaptation of Martin Dvorak's 2008 Java port of Bullet Physics Library. Normen Hansen and others extended it for use in JMonkeyEngine3.

Martin Dvorak's "stack-alloc" is used to instrument the class files. JBullet also depends on the "vecmath" library.

There are now 2 branches:

  1. "master", which builds the class JAR using Apache Ant, and
  2. "gradle", which builds the source/javadoc JARs and the POM, using Gradle.

I would prefer to build everything using Gradle, but "stack-alloc" is closely tied to Ant. Someday ...

External links