JMS55 / bevy_dioxus

Apache License 2.0
56 stars 8 forks source link

Replace deferred systems with regular closures + scheduler hook #15

Closed JMS55 closed 8 months ago

JMS55 commented 8 months ago

Oneshot systems cannot have dynamic state, such as setting a component to a value determined by user input.