Skip to content

Проект по предметот Компјутерска графика на ФИНКИ - Имплементација на А* алгоритмот во C++ и OpenGL.

Notifications You must be signed in to change notification settings

BojanaAri/Astar-algorithm-in-OpenGL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A-Star-algorithm-in-OpenGL

Implementation of the A star search algorithm using C++ and OpenGL. -- Project for the course Computer Graphics in FINKI.

The program starts with a white grid. When the program is running - first LEFT mouse click (yellow square) is the - starting point, second LEFT mouse click (blue square) is the - ending point, the following LEFT mouse clicks - barrier(s). If a black barrier square is clicked with the RIGHT mouse button - it deletes the barrier(square).

WHEN clicked SPACE - the algorithm starts & finds the shortest path from the starting to the ending point.

WHEN clicked ENTER - it restarts the grid.

----2D : https://github.com/BojanaAri/Astar-algorithm-in-OpenGL/tree/2D

----3D: https://github.com/BojanaAri/Astar-algorithm-in-OpenGL/tree/3D

About

Проект по предметот Компјутерска графика на ФИНКИ - Имплементација на А* алгоритмот во C++ и OpenGL.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published