Currently supports visualising BFS and DFS, creating and deleting vertices, creating and deleting weighted/unweighted edges, custom vertex labels and custom edge weights.
graphiz.mp4
You will need raylib 5.0+ and probably cmake.
- Get the source code
mkdir build
cmake -S . -B build
cd build
make
./graphiz