Skip to content
This repository has been archived by the owner on Nov 29, 2022. It is now read-only.

Commit

Permalink
docs(readme): amend comparison to bevy_rapier in README.md (#298)
Browse files Browse the repository at this point in the history
  • Loading branch information
irate-devil committed Jul 31, 2022
1 parent 52da7a9 commit 70f4de4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Expand Up @@ -97,7 +97,6 @@ It *will* be increased to the latest stable version in a major release. (even if
Here are some key differences between the two projects:

* `heron` tries to provide a smaller, simpler API that is easier to use. `bevy_rapier` is more complete and powerful, but a bit more complex.
* `heron` mostly hides the underlying physics engine, so you don't have to use [rapier] directly nor [nalgebra]. `bevy_rapier` asks the user to deal directly with `rapier` and `nalgebra`.
* `heron` is focused on games only. `bevy_rapier` targets all kind of physics simulation applications (incl. games).
* `bevy_rapier` is actively maintained by [dimforge], the developer of `rapier`. `heron` is also active, but cannot evolve as fast as `bevy_rapier` can.

Expand Down

0 comments on commit 70f4de4

Please sign in to comment.