mirror of https://github.com/aziis98/asd-2024.git
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
11 lines
325 B
Markdown
# 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
|
|
```
|