Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 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

Stars

24 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages