An open API service indexing awesome lists of open source software.

https://github.com/ryancheung/recastsharp

dotnet 6 port of the C++ recastnavigation library.
https://github.com/ryancheung/recastsharp

csharp dotnet recast recast-detour recastnavigation

Last synced: about 1 year ago
JSON representation

dotnet 6 port of the C++ recastnavigation library.

Awesome Lists containing this project

README

          

# RecastSharp

dotnet 6 port of the recastnavigation library.

Detour is implemented with unmanaged memory and pointers for high performance.
Recast is implemented with pure managed code for convenience.

NOTE THIS LIB IS NOT TESTED.

## Synced commit

[0d1cbd3](https://github.com/recastnavigation/recastnavigation/commit/0d1cbd3d6755712325f3c6278542174df5dd9cb8)

## Credits

- https://github.com/recastnavigation/recastnavigation
- https://github.com/CypherCore/Tools/tree/master/Source/DataExtractor/Framework/Recast