You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
325 B
Markdown

6 months ago
# Configurable
Configurable example where you can toggle settings of the `GraphView` widget and see the result immediately.
It also contains controls to play with the graph.
This example also demonstrates the usage of force-directed layout implemented on client side.
## run
```bash
cargo run --release -p configurable
```