ellisonleao / magictools

:video_game: :pencil: A list of Game Development resources to make magic happen.
MIT License
13.62k stars 1.02k forks source link

Add DotRecast to Engines and Frameworks section #307

Closed ikpil closed 1 year ago

ikpil commented 1 year ago

Why do you think the link is worth adding on this list?

DotRecast is a port of Recast & Detour, a navigation mesh toolset for games, to the C# language. It is useful for game developers who want to use C# servers, C# projects, or Unity3D for their games.

DotRecast allows you to generate and use navigation meshes for pathfinding and spatial reasoning in your game world. You can also customize the navmesh generation and runtime navigation systems to suit your specific game’s needs.

Does this project has any License? https://opensource.org/license/zlib

ikpil commented 1 year ago

Thank you for merging