Skip to content

CristianQiu/Unity-AStarPathfinding-Visualization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

This Unity project showcases A* pathfinding visualization. It uses a binary heap / priority queue for the open set and a hashset for the closed set, so it is "standard optimized". The implementation is fully single-threaded.

Preview

alt-text

Releases

No releases published

Packages

No packages published

Languages