diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..9ce06b0 --- /dev/null +++ b/README.md @@ -0,0 +1,30 @@ +<p align="center"> + <img src="https://www.rapier.rs/img/rapier_logo_color_textpath.svg" alt="crates.io"> +</p> +<p align="center"> + <a href="https://discord.gg/vt9DJSW"> + <img src="https://img.shields.io/discord/507548572338880513.svg?logo=discord&colorB=7289DA"> + </a> + <a href="https://travis-ci.org/dimforge/rapier"> + <img src="https://travis-ci.org/dimforge/rapier.svg?branch=master" alt="Build status"> + </a> + <a href="https://crates.io/crates/rapier"> + <img src="https://meritbadge.herokuapp.com/rapier?style=flat-square" alt="crates.io"> + </a> + <a href="https://opensource.org/licenses/Apache-2.0"> + <img src="https://img.shields.io/badge/License-Apache%202.0-blue.svg"> + </a> +</p> +<p align = "center"> + <strong> + <a href="https://rapier.rs">Website</a> | <a href="https://rapier.rs/docs/">Documentation</a> +</p> + +----- + +<p align = "center"> +<b>2D and 3D physics engines</b> +<i>for the Rust programming language.</i> +</p> + +----- |
