From 0a2dcbe85cabb6eda5c8e033c5b6654c9e140fad Mon Sep 17 00:00:00 2001 From: Daniel Chappuis Date: Thu, 23 Dec 2021 22:09:51 +0100 Subject: [PATCH] Update Readme file --- README.md | 35 +++++++++++++++++++++++++---------- 1 file changed, 25 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index c4778721..ca9d264a 100644 --- a/README.md +++ b/README.md @@ -1,21 +1,36 @@ -[![Build](https://github.com/DanielChappuis/reactphysics3d/actions/workflows/build-and-test.yml/badge.svg)](https://github.com/DanielChappuis/reactphysics3d/actions/workflows/build-and-test.yml) -[![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) -[![codecov.io](https://codecov.io/github/DanielChappuis/reactphysics3d/coverage.svg?branch=master)](https://codecov.io/github/DanielChappuis/reactphysics3d?branch=master) +

+ ReactPhysics3D +
+ ReactPhysics3D +
+

-## ReactPhysics3D +

ReactPhysics3D is an open source C++ physics engine library that can be used in 3D simulations and games.

-ReactPhysics3D is an open source C++ physics engine library that can be used in 3D simulations and games. +

+ + Build + + + + + +

-Website : [https://www.reactphysics3d.com](https://www.reactphysics3d.com) - -Author : Daniel Chappuis +

+ Features • + License • + Documentation • + Branches • + Issues • + Credits +

Drawing ## Features -ReactPhysics3D has the following features: - - Rigid body dynamics - Discrete collision detection - Collision shapes (Sphere, Box, Capsule, Convex Mesh, Static Concave Mesh, Height Field)