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.
9 lines
267 B
Markdown
9 lines
267 B
Markdown
6 months ago
|
# Interactive
|
||
|
Modification of the [basic example](https://github.com/blitzarx1/egui_graph/tree/master/examples/basic) which shows how easy it is to enable interactivity.
|
||
|
|
||
|
Try to drag around and select some nodes.
|
||
|
|
||
|
## run
|
||
|
```bash
|
||
|
cargo run --release -p interactive
|
||
|
```
|