(Adjustments to an) Open source C++ physics engine library in 3D
Go to file
2013-10-06 23:14:01 +02:00
cmake Fix compilation errors on Mac OS X and remove the compilation of freeglut from the CMake files 2013-09-12 22:45:43 +02:00
documentation Improve the documentation 2013-10-06 18:46:32 +02:00
examples Modify cmake files and add comments in the code 2013-10-06 16:03:25 +02:00
src Modify cmake files and add comments in the code 2013-10-06 16:03:25 +02:00
test Implement the non-linear-gauss-seidel position error correction 2013-06-26 22:28:31 +02:00
.gitignore
CMakeLists.txt Modify cmake files and add comments in the code 2013-10-06 16:03:25 +02:00
LICENSE
README.txt Add README file 2013-10-06 23:14:01 +02:00
VERSION Modify cmake files and add comments in the code 2013-10-06 16:03:25 +02:00

ReactPhysics3D is an open source C++ physics engine library that can be used in 3D
simulations and games. The library is released under the ZLib license.

ReactPhysics3D has the following features :

- Rigid body dynamics
- Discrete collision detection
- Collision shapes (Sphere, Box, Cone, Cylinder, Capsule, Convex Mesh)
- Broadphase collision detection (Sweep and Prune using AABBs)
- Narrowphase collision detection (GJK/EPA)
- Collision response and friction (Sequential Impulses Solver)
- Joints (Ball and Socket, Hinge, Slider, Fixed)
- Sleeping technique for inactive bodies
- Integrated Profiler
- Multi-platform (Windows, Linux, Mac OS X)
- Documentation (User manual and Doxygen API)
- Examples
- Unit tests

Website : https://code.google.com/p/reactphysics3d/
Author  : Daniel Chappuis