bevy_split_canvas 0.1.0

A Bevy plugin to split the WASM canvas into multiple canvases.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Bevy_split_canvas

An alternative for rendering to [multiple canvases](https://github.com/bevyengine/bevy/issues/20453) while the feature is not available in bevy.

<p align="center">
    <img src="assets/crate_demo.gif">
</p>

```bash
# To compile the example
wasm-pack build "examples/" --target web

# To run a simple webserver
cd examples && python3 -m http.server 8000
```