This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.
There are several options for how to structure a Bevy app for the web: 
 
 Run the Bevy app and canvas on the main thread 
 Run the Bevy app on the main thread but with an OffscreenCanvas 
 Run a Rust “window” on the main thread with the Bevy app and OffscreenCanvas in a web worker 
 Remove Rust from the main thread and run everything in a web worker 
 
 As…
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.