| Crates.io | bevy_split_canvas |
| lib.rs | bevy_split_canvas |
| version | 0.18.0 |
| created_at | 2026-01-07 16:31:27.034963+00 |
| updated_at | 2026-01-14 09:55:19.84962+00 |
| description | A Bevy plugin to split the WASM canvas into multiple canvases. |
| homepage | https://github.com/chamaloriz/bevy_split_canvas |
| repository | https://github.com/chamaloriz/bevy_split_canvas |
| max_upload_size | |
| id | 2028616 |
| size | 83,801 |
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