jcornaz / heron

[DISCONTINUED] An ergonomic physics API for bevy games
MIT License
292 stars 44 forks source link

Kinematic bodies #9

Closed jcornaz closed 3 years ago

jcornaz commented 3 years ago

As a User, I would like to define kinematic bodies (not affected by forces, but can move, have velocity and affect other bodies), so that I can create a player character or movable object in the world.