Skip to content

A-Star Algorithm Demonstration with C++ and Modern OpenGL

License

Notifications You must be signed in to change notification settings

batu92k/A-Star_Pathfinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A-Star Pathfinder

A-Star Demo

About

This application performs the visual demonstration of the A-Star algorithm by using C++ and Modern OpenGL (ver 3.3).

The application also including the examples of window handling with GLFW, Modern OpenGL concepts like Vertex Shaders, Fragment Shaders, VAO's (Vertex Array Objects), VBO's (Vertex Buffer Objects) and EBO's (Element Buffer Objects).

How to Use

  • Use left mouse button to set Start point of algorithm
  • Use right mouse button to change current cell state to Empty or Obstacle
  • Use middle mouse button to set Target point of algorithm

About

A-Star Algorithm Demonstration with C++ and Modern OpenGL

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published