amethyst - nphysics bridge
Don’t use. Work in progress. Many things are incomplete!
Currently specific to 3d Nphysics and Amethyst due to Amethyst handling of Transforms and to keep iteration quick,
although I currently plan on allowing 3d and 2d nphysics implementations to be used to configuration settings, and
both amethyst and plain specs interfaces to be exposed, also behind configuration settings.
I’ll update this as I go along.
1.
- `"sync_bodies_to_physics_system"` - Synchronize changes to dynamics bodies to physics world
- `"sync_gravity_to_physics_system"` - Update gravity of physics world from resource
"sync_colliders_to_physics_system"
- Synchronize collision items to physics world"physics_stepper_system"
- Step physics world simulation"sync_bodies_from_physics_system"
- Synchronize physics world changes back to componentsFull TODO sheet can be found in this nphysics issue
Ongoing work:
log
based logging #4Investigating: