Motion, Bare Metal physics engine
Motion is a bare metal physics engine which is created to be easy to use.
Get started!
you can first add the package with
With this you already have record installed in your project, you can start with a simple event loop
use ;
use ;
// The definition of this function depends on the context in which motion is used
// Extracted from: https://github.com/Juanperias/motion/blob/dev/examples/event_loop_example/src/main.rs
More examples in https://github.com/Juanperias/motion/tree/dev/examples