bevy_split_canvas
An alternative for rendering to multiple canvases while the feature is not available in bevy.
# To compile the example
# To run a simple webserver
&&
An alternative for rendering to multiple canvases while the feature is not available in bevy.
# To compile the example
wasm-pack build "examples/" --target web
# To run a simple webserver
cd examples && python3 -m http.server 8000