RSSAmplifier

nickb.dev · Apr 20, 2025

A Bevy app entirely off the main thread

0
Sign in to vote or save

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…

Read on nickb.dev

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.