Skip to content

fr0/l1-path-finder-dotnet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

l1-path-finder-dotnet

This is a port of the l1-path-finder project to C# (.NET Standard 2.0).

It depends on the NumSharp package.

It was ported directly from the JavaScript code, which is why a lot of the identifier names follow JavaScript naming conventions (e.g. lowerCamelCase) instead of C# naming conventions (e.g. CamelCase).

TODO

  • Fix up the API to use C# naming conventions (pull requests welcome)
  • Make more fields private when possible (pull requests welcome)
  • Port the unit tests (pull requests welcome)
  • Publish to NuGet

About

Port of the l1-path-finder code to C#

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages