Skip to content

Commit 84a7812

Browse files
Merge branch 'master' into develop
2 parents 0cc8b59 + 9dc5bdc commit 84a7812

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

README.txt

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
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.
2+
3+
ReactPhysics3D has the following features :
4+
5+
- Rigid body dynamics
6+
- Discrete collision detection
7+
- Collision shapes (Sphere, Box, Cone, Cylinder, Capsule, Convex Mesh)
8+
- Broadphase collision detection (Sweep and Prune using AABBs)
9+
- Narrowphase collision detection (GJK/EPA)
10+
- Collision response and friction (Sequential Impulses Solver)
11+
- Joints (Ball and Socket, Hinge, Slider, Fixed)
12+
- Sleeping technique for inactive bodies
13+
- Integrated Profiler
14+
- Multi-platform (Windows, Linux, Mac OS X)
15+
- Documentation (User manual and Doxygen API)
16+
- Examples
17+
- Unit tests
18+
19+
Website : https://code.google.com/p/reactphysics3d/
20+
Author : Daniel Chappuis

0 commit comments

Comments
 (0)