Robotics
The bevy_ecs
crate that powers Bevy apps is remarkably lighweight, and can even run on microcontrollers. The ability to run a game engine on such a device unlocks many benefits that we’re only scratching the surface of:
- Simulation: We get a deeply integrated simulation environment out of the box
- Ecosystem: Share and reuse editors, netcode, animations, behaviors etc
- ECS architecture: ECS is very well suited to performance critical robotics applications
Beet currently has an experimental beet_esp
package that supports the ESP32-S3, purchasable for under $10, ie on Aliexpress.