Skip to content

Inaskii/OpenGlCpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenGlCpp

Learning how to use OpenGl in c++

sudo apt install libglfw3-dev libglew-dev libglm-dev

To compile and execute: sh run.sh

Labyrinth: This project is an interactive C++ + OpenGL simulation that visualizes a Breadth-First Search (BFS) algorithm running on a grid represented as a 2D texture. It reads a text-based map from standard input, finds a path between two points (A → B), and displays the exploration process in real time.

About

Learning how to use OpenGl in c++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published