diff options
| author | Sébastien Crozet <developer@crozet.re> | 2020-08-25 22:10:25 +0200 |
|---|---|---|
| committer | Sébastien Crozet <developer@crozet.re> | 2020-08-25 22:10:25 +0200 |
| commit | 754a48b7ff6d8c58b1ee08651e60112900b60455 (patch) | |
| tree | 7d777a6c003f1f5d8f8d24f533f35a95a88957fe /README.md | |
| download | rapier-0.1.0.tar.gz rapier-0.1.0.tar.bz2 rapier-0.1.0.zip | |
First public release of Rapier.v0.1.0
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> + +----- |
