Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emesare/bevy_schedule_dispatch
https://github.com/emesare/bevy_schedule_dispatch
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/emesare/bevy_schedule_dispatch
- Owner: emesare
- License: mit
- Created: 2023-10-04T02:34:09.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-30T05:33:31.000Z (10 months ago)
- Last Synced: 2024-10-07T17:34:01.984Z (about 1 month ago)
- Language: Rust
- Size: 80.2 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.