bevy_shader_graph 0.0.2

Shader graph for Bevy.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Shadergraph for Bevy

## Try it out

Run the example editor:
```
cargo run --release --example editor -- ./interior_mapping.json
```

## Controls

* Pane graph: Ctrl + left click and drag.
* Zoom: mouse scroll wheel.
* Select nodes/groups: left click one node/group or drag to select area.  (Hold Shift to select more)