Skip to content

rydb/bevy_dioxus_sync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bevy_dioxus_sync

A crate for bevy dioxus integration.

bevy_dioxus_sync_V1.webm

Features

  • 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

To use

See the demos in /examples/minimal for a working setup.

To run

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

About

A crate for bevy-dioxus interop and syncronization.

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

23 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages