- The Graph Visualizer is a project that I did to learn the basics of Bevy.
- The graph visualizer is written in Rust, using Bevy as the engine and other crates like:
- You can create nodes by clicking the left mouse button, and delete them by clicking the right mouse button. To create an edge between two nodes, simply click on two nodes with the middle mouse button. If you click on two nodes that already have an edge between them, the edge will be deleted. To toggle between fullscreen and windowed mode, simply press the F11 key.