Skip to content

Commit 2b32b94

Browse files
Add README file
1 parent d35927f commit 2b32b94

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

README.txt

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

0 commit comments

Comments
 (0)