Skip to content

statisch/graphiz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

graphiz

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

Building

You will need raylib 5.0+ and probably cmake.

  1. Get the source code
  2. mkdir build
  3. cmake -S . -B build
  4. cd build
  5. make
  6. ./graphiz

About

Graph traversal algorithm visualisation for BFS and DFS

Topics

Resources

License

Stars

Watchers

Forks