bevy_split_canvas

Crates.iobevy_split_canvas
lib.rsbevy_split_canvas
version0.18.0
created_at2026-01-07 16:31:27.034963+00
updated_at2026-01-14 09:55:19.84962+00
descriptionA Bevy plugin to split the WASM canvas into multiple canvases.
homepagehttps://github.com/chamaloriz/bevy_split_canvas
repositoryhttps://github.com/chamaloriz/bevy_split_canvas
max_upload_size
id2028616
size83,801
Chamaloriz (chamaloriz)

documentation

README

bevy_split_canvas

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
Commit count: 3

cargo fmt