roy-t / AStar

A fast 2D path finding library based on the A* algorithm. Works with both grids and graphs. Supports any .NET variant that supports .NETStandard 2.0 or higher. This library has no external dependencies. The library is licensed under the MIT license.
http://roy-t.nl
MIT License
338 stars 60 forks source link

create save and open grid functionality via json #39

Closed jcageman closed 4 years ago

jcageman commented 4 years ago

Let me know what you think of this, did some tests and seems to work fine. Just created some Dto models such that the calculation models stay exactly the same.

jcageman commented 4 years ago

@roy-t would it be possible to make a new nuget release as well? Saves me from having my custom version of your library.

roy-t commented 4 years ago

@jcageman hey definitely! But I haven't been able to test the code yet. My planning is to do that wednesday and to release a new minor nuget package that day :).