Heron

License Build Zenhub

An ergonomic physics API for 2d and 3d [bevy] games. (powered by [rapier])

Design principles

Features

One must choose to use either 2d or 3d (but not both). If none of theses two features is enabled, the PhysicsPlugin won't be available.

Enabled by Default

Optional

Motivation

I think [rapier] is very powerful as a physics engine. But using it directly or via [bevy_rapier] in a [bevy] game is not ergonomic enough for my taste.

Ideally I would like to have the power of [rapier] accessible behind a an API focused on [bevy] games.