UBCSailbot / raye-global-pathfinding

UBC Sailbot's Global Pathfinding Repository: A* pathfinding that creates sailing paths with minimized length and desirable wind speeds throughout.
MIT License
5 stars 1 forks source link

Add progress bar to HexPlanet generation #38

Closed tylerlum closed 3 years ago

tylerlum commented 3 years ago

Add progress bar to HexPlanet generation. Can see more clearly if the code is still running or if it is frozen. Can also more easily debug when there are issues. Will know which step it is stuck on. Looks like lots of time spent on "Computing indirect vertex neighbours", which might not even be needed for how we're running this?

image