A crate for bevy dioxus integration.
bevy_dioxus_sync_V1.webm
- Signals-based hooks for sending resources, components, and assets between dioxus and bevy.
- Synchronization for window resize, keyboard input, and mouse events between bevy and dioxus.
- Native rendering through blitz
See the demos in /examples/minimal for a working setup.
To serve bevy_dioxus_sync apps with dioxus hot-patching, ensure your dioxus-cli version matches bevy_dioxus_sync's version of dioxus.
cargo install dioxus-cli@<current-dioxus-version> --locked
Then run:
dx serve --package minimal --hot-patch