doot
banner
doot.sh
doot
@doot.sh
Enjoyer of MMOs, RPGs, and factory builders. Occasionally caught fantasy world building. Software engineer by trade.

Currently contributing to @bevyengine.org!

https://github.com/ItsDoot
It also got renamed to ApplyDeferred to hopefully better signify that it has special handling by the system executor!

Additionally, this PR is a necessary prior step to unifying normal systems and exclusive systems so that you can put "&mut World" anywhere in your system's function signature. 😎
December 5, 2024 at 8:51 PM
- Pluggable Query backing storage, enabling uncached queries

Unsure how much I'll be able to fit in, but these are my plans for now!
December 1, 2024 at 4:43 AM
For 0.16 (~3-4 months from now), I have even bigger plans!

- Unify exclusive systems and normal systems (i.e. make `&mut World` order-independent)
- Deduplicate our EntityRef/Mut APIs (we have a WG, find it on discord!)
- Safe(r) support for dynamically typed observers, and reflected events
December 1, 2024 at 4:41 AM