Skip to content

LightWeightBrah/Sunta-3D-Game-Engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

113 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀 A* Pathfinding 3D Visualization

A high-performance implementation of the A* (A-Star) Pathfinding Algorithm written in C++, featuring a real-time OpenGL 3D visualization.

Project Preview

📌 Overview

This project visualizes how the A* algorithm explores nodes and finds the shortest path between two points in a 3D environment. It was built to practice low-level graphics programming and efficient algorithm implementation.

🛠 Tech Stack

🚀 Features & Screenshots

  • Real-time Visualization: Watch the algorithm expand nodes (Open set / Closed set).
  • Interactive Camera: Navigate the 3D space to view the path from different angles.
  • Optimized Performance: Efficient grid handling and rendering.

📚 Learning Resources

This project was developed with the help of these amazing resources:

🗺️ Learning Notes

About

A star pathfinding written in C++

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors