diff --git a/README.md b/README.md index cb305070..fb6df102 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ [![Travis Build Status](https://travis-ci.org/DanielChappuis/reactphysics3d.svg?branch=master)](https://travis-ci.org/DanielChappuis/reactphysics3d) +[![Codacy Badge](https://api.codacy.com/project/badge/Grade/3ae24e998e304e4da78ec848eade9e3a)](https://www.codacy.com/app/chappuis.daniel/reactphysics3d?utm_source=github.com&utm_medium=referral&utm_content=DanielChappuis/reactphysics3d&utm_campaign=Badge_Grade) ## ReactPhysics3D @@ -14,23 +15,24 @@ Author : Daniel Chappuis ReactPhysics3D has the following features : -- Rigid body dynamics -- Discrete collision detection -- Collision shapes (Sphere, Box, Cone, Cylinder, Capsule, Convex Mesh, static Concave Mesh, Height Field) -- Multiple collision shapes per body -- Broadphase collision detection (Dynamic AABB tree) -- Narrowphase collision detection (GJK/EPA) -- Collision response and friction (Sequential Impulses Solver) -- Joints (Ball and Socket, Hinge, Slider, Fixed) -- Collision filtering with categories -- Ray casting -- Sleeping technique for inactive bodies -- Integrated Profiler -- Multi-platform (Windows, Linux, Mac OS X) -- No dependencies (only OpenGL for the testbed application) -- Documentation (User manual and Doxygen API) -- Testbed application with demo scenes -- Unit tests + - Rigid body dynamics + - Discrete collision detection + - Collision shapes (Sphere, Box, Capsule, Convex Mesh, Static Concave Mesh, Height Field) + - Multiple collision shapes per body + - Broadphase collision detection (Dynamic AABB tree) + - Narrowphase collision detection (SAT/GJK) + - Collision response and friction (Sequential Impulses Solver) + - Joints (Ball and Socket, Hinge, Slider, Fixed) + - Collision filtering with categories + - Ray casting + - Sleeping technique for inactive bodies + - Multi-platform (Windows, Linux, Mac OS X) + - No external libraries (do not use STL containers) + - Documentation (user manual and Doxygen API) + - Testbed application with demos + - Integrated Profiler + - Logs + - Unit tests ## License