Giter Site home page Giter Site logo

dotrecast's Introduction

DotRecast

DotRecast is C# Recast & Detour, a port of recastnavigation and recast4j to the C# language.

If you'd like to support the project, we'd appreciate starring(โญ) our repos on Github for more visibility.


![GitHub License] Languages GitHub repo size GitHub Repo stars GitHub Actions Workflow Status GitHub Actions Workflow Status GitHub commit activity GitHub issues GitHub closed issues NuGet Version NuGet Downloads Visitors GitHub Sponsors


demo

๐Ÿš€ Features

  • ๐Ÿค– Automatic - Recast can generate a navmesh from any level geometry you throw at it
  • ๐ŸŽ๏ธ Fast - swift turnaround times for level designers
  • ๐Ÿง˜ Flexible - detailed customization options and modular design let you tailor functionality to your specific needs
  • ๐Ÿšซ Dependency-Free - building Recast & Detour only requires a .NET compiler
  • ๐Ÿ’ช Industry Standard - Recast powers AI navigation features in Unity, Unreal, Godot, O3DE and countless AAA and indie games and engines

Recast Navigation is divided into multiple modules, each contained in its own folder:

โšก Getting Started

โš™ How it Works

Recast constructs a navmesh through a multi-step mesh rasterization process.

  1. First Recast rasterizes the input triangle meshes into voxels.
  2. Voxels in areas where agents would not be able to move are filtered and removed.
  3. The walkable areas described by the voxel grid are then divided into sets of polygonal regions.
  4. The navigation polygons are generated by re-triangulating the generated polygonal regions into a navmesh.

You can use Recast to build a single navmesh, or a tiled navmesh. Single meshes are suitable for many simple, static cases and are easy to work with. Tiled navmeshes are more complex to work with but better support larger, more dynamic environments. Tiled meshes enable advance Detour features like re-baking, heirarchical path-planning, and navmesh data-streaming.

๐Ÿ“š Documentation & Links

๐Ÿ…พ License

DotRecast is licensed under ZLib license, see LICENSE.txt for more information.

๐Ÿ“น Demo Video

demo

demo

demo

dotrecast's People

Contributors

ikpil avatar wrenge avatar jgkim999 avatar c0nd3v avatar awgil avatar ikpil-1 avatar doprez avatar gabrielmotaalexandre avatar vaibhavwakde52 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.