Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 653 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 653 Bytes

Path Finding Visualizer

A simple path finding visualizer. Coroutine, another project of mine, is used to help implement the tightly coupled graph traversing and rendering components.

For now, it only supports DFS search to find path. I plan to add various kinds of path finding algorithm in the future.

openFrameworks is required to build the application (however, the binary inside the bin folder should run fine on Windows without openFrameworks ).

ScreenShot