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.
- Host: GitHub
- URL: https://github.com/ryancheung/recastsharp
- Owner: ryancheung
- Created: 2021-04-17T14:59:04.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-07-19T11:48:59.000Z (almost 3 years ago)
- Last Synced: 2025-04-03T07:22:26.621Z (about 1 year ago)
- Topics: csharp, dotnet, recast, recast-detour, recastnavigation
- Language: C#
- Homepage:
- Size: 231 KB
- Stars: 63
- Watchers: 5
- Forks: 15
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
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