nanodeath / CrowLib

Crow: Find your shortest path!
http://www.effectgames.com/effect/article.psp.html/community/Pathfinding_library_Dijkstra_s_Algorithm
MIT License
40 stars 6 forks source link

Rewrite to remove Google Closure integration #20

Open nanodeath opened 3 years ago

nanodeath commented 3 years ago

This library might see more interest and adoption if I rip out all the Google Closure bits, which might have made sense 9 years ago, but hasn't for a long time.

New version should ideally use TypeScript, but I might use Kotlin/JS just cuz, if the efficiency would be comparable.