PDA

View Full Version : Any good Pathing/graph libraries for .NET?


Ioncycle
03-27-2005, 09:44 AM
I am currently uisng QuickGraph to create a pathing program alongside a graphics engine. There is not allot of support for it. Any other complex graphs out there in C#?

NomadRock
03-30-2005, 04:50 AM
It depends on your needs, but implementing A* and a simple graph data structure is not something that should take you much longer than searching the net for a pathing library.