JBullet VehicleDemo
JBullet application is Java port of Bullet Physics Library .
JBullet VehicleDemo is a Java Bullet Physics application.
JBullet is Java port of Bullet Physics Library (under ZLIB license).
Features:
- supported joints: generic 6-DOF, cone twist, hinge, point2point, slider
- vehicle support
- 100% pure Java port, native libraries are used only for OpenGL access in demos
- ported most of Bullet 2.72 base features
- supported shapes: static plane, box, sphere, capsule, cylinder, cone, convex hull, compound shape, static and moving triangle mesh, uniform scaling shape
- distributed under ZLIB license (same as original Bullet)
- software OpenGL-like renderer in applet demo
- uses JStackAlloc for stack allocation of value objects