Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/emesare/bevy_schedule_dispatch


https://github.com/emesare/bevy_schedule_dispatch

Last synced: 29 days ago
JSON representation

Awesome Lists containing this project

README

        

# About `bevy_schedule_dispatch`

This crate turns function calls into schedule runners that operate on a globalized ECS world.

## TODO

- [ ] Explain why `App` and not `World`.
- [ ] Provide safety documentation for unsafe blocks.
- [ ] Provide usecases and non-usecases.