Skip to content

A visualization of some of the well known shortest path finding algorithms in a visibility graph.

License

Notifications You must be signed in to change notification settings

Pirhan/visibility-graph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

visibility-graph

visibility_graph
A visualization of the following well-known shortest path finding algorithms in a visibility graph.

  • A* Algorithm
  • Dijkstra's Algorithm

There are 3 steps you need to take to start visualizing:

  • Initialize the project structure to include the following libs (necessary libs are provided under the libs folder)
    • jgrapht-core
    • slick (don't forget to provide lwjgl.dll / lwjgl64.dll as the Native Library Locations if you are working on Windows.)
    • lwjgl (mentioned above)
  • Run the demo

About

A visualization of some of the well known shortest path finding algorithms in a visibility graph.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages