egui_graphs 0.9.0

Interactive graph visualization widget for rust powered by egui
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# Examples
This directory contains examples of how to use the egui_graphs library.

## Prerequisites
All examples requires rust to be installed. Just follow easy one step install from the official site https://www.rust-lang.org/tools/install.

## Run
To run an example, use the following command:
```bash
cargo run --release -p <EXAMPLE_NAME>
```
where `<EXAMPLE_NAME>` is the name of the example you want to run.