W.I.P - WORK IN PROGRESS
ALGOVIS - Algorythm Visualizer
Author: Mert Sultan Email: merto0209@gmail.com
This is currently a Project that I've been working on to show and visualize different algorythms using C++ and Raylib. My aim with this project is to deepen my understanding of C++ and learn the renderer Raylib.
While some maze-solving algorithms are straightforward, others can be quite challenging to fully grasp. The best way to learn is to see them in action! This app lets you playfully explore, visualize, and understand the core concepts behind popular maze-solving algorithms.
- Frontend: Raylib, RayGUI
- Backend: C++
- Feature 1: See an Maze solving algorythm like BFS in action
- Feature 2: Building a custom Maze
- Feature 3: Get analytic Data such as passed time, knots used for educational purposes (wip)
Distributed under the GNU General Public License v3.0. See LICENSE for more information.
