Multi Algorithm Pathfinding Visualiser (MAPV)
← Return to Multi Algorithm Pathfinding Visualiser (MAPV)
Devlog
- August 03, 2025 by SweetNerevar#2D, #cpp, #Experimental, #Indie, #Mouse only, #opengl, #pathfinding, #Procedural Generation, #toolThis will probably be the last major update for this project. In the future it's possible that I could think of something substantial enough, but for now I believe that the project is in a good spot... Continue reading
- July 25, 2025 by SweetNerevar#2D, #cpp, #Experimental, #Indie, #Mouse only, #opengl, #pathfinding, #Procedural Generation, #toolDetailed information has been implemented into the newest MAPV update for each search algorithm. This extra information gives a high level explanation about what each algorithm is, does, and how it co... Continue reading
- July 12, 2025 by SweetNerevar#pathfinding, #algorithm, #A*, #dijkstra, #DFS, #patch, #devlogThe new version of MAPV has implemented 3 new search algorithms: A* , Dijsktra 's, and Depth-First Search (DFS). Along with a few new options and information provided by the UI. When A* is selected, y... Continue reading