Skip to content

Commit

Permalink
Style tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
17cupsofcoffee authored Nov 3, 2021
1 parent a659e67 commit c317d99
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions content/news/027/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -297,11 +297,10 @@ This makes `hecs_rapier` feature complete, with `bevy_rapier2d` feature parity.
### [bevy_verlet]

![bevy_verlet](bevy_verlet.gif)
[![Crates.io](https://img.shields.io/crates/v/bevy_verlet.svg)](https://crates.io/crates/bevy_verlet)

[bevy_verlet] is a lib for projects using [Bevy Engine][bv_bevy]
providing a plugin to use [verlet Integration][bv_wikipedia]
physics. Very useful for Cloth simulation and joints, and less expensive than
providing a plugin to use [verlet integration][bv_wikipedia]
physics. Very useful for cloth simulation and joints, and less expensive than a
complex physics engine, it is a nice addition to 2D or 3D projects. Making good
use of the Entity-Component-System architecture of the bevy engine, any entity
can become a `VerletPoint` and have physics applied to it.
Expand Down

0 comments on commit c317d99

Please sign in to comment.