Language

Package: recastnavigation @ 1.5.1-2.6d1f971

Synopsis

Navigation system for games

Description

Recast is state of the art navigation mesh construction toolset for games.

  • It is automatic, which means that you can throw any level geometry at it and you will get robust mesh out.

  • It is fast which means swift turnaround times for level designers.

The Recast process starts with constructing a voxel mold from a level geometry and then casting a navigation mesh over it. The process consists of three steps, building the voxel mold, partitioning the mold into simple regions, peeling off the regions as simple polygons.

Recast is accompanied with Detour, path-finding and spatial reasoning toolkit. You can use any navigation mesh with Detour, but of course the data generated with Recast fits perfectly.

Detour offers simple static navigation mesh which is suitable for many simple cases, as well as tiled navigation mesh which allows you to plug in and out pieces of the mesh. The tiled mesh allows you to create systems where you stream new navigation data in and out as the player progresses the level, or you may regenerate tiles as the world changes.

Home page
https://github.com/recastnavigation/recastnavigation
Location
gnu/packages/game-development.scm (line: 2810, column: 4)
License

Derivations

SystemTargetDerivationBuild status
x86_64-linux/gnu/store/9nn6w916vcs9bfw5agzg82cbznx2jz5q-recastnavigation-1.5.1-2.6d1f971.drv
x86_64-linuxx86_64-w64-mingw32/gnu/store/nwc46vdrzn1n2qdpw171b41h135rq2w1-recastnavigation-1.5.1-2.6d1f971.drv
x86_64-linuxriscv64-linux-gnu/gnu/store/rf86f0jp2vgjks8a8fs2sxpghwf7py13-recastnavigation-1.5.1-2.6d1f971.drv
x86_64-linuxpowerpc-linux-gnu/gnu/store/lfgsrfarcmfy2lihdja3rc8xgn9ay5x2-recastnavigation-1.5.1-2.6d1f971.drv
x86_64-linuxpowerpc64le-linux-gnu/gnu/store/cjpz5nvd7q7y0gf14g24b3awm18hxagh-recastnavigation-1.5.1-2.6d1f971.drv
x86_64-linuxmips64el-linux-gnu/gnu/store/0rqvlq46m6c3pzd1jvp6bj9m2yr54mvh-recastnavigation-1.5.1-2.6d1f971.drv
x86_64-linuxi686-w64-mingw32/gnu/store/iphlkr7ldgy94p376g0jvzs3qh68rbwk-recastnavigation-1.5.1-2.6d1f971.drv
x86_64-linuxi586-pc-gnu/gnu/store/ksq8gz5dy4c5cb5ji12wpr3gs46i33m6-recastnavigation-1.5.1-2.6d1f971.drv
x86_64-linuxarm-linux-gnueabihf/gnu/store/r7m5837lw8apn3s78gvkxpq8l5gwsgkp-recastnavigation-1.5.1-2.6d1f971.drv
x86_64-linuxaarch64-linux-gnu/gnu/store/v014dc8ibmi6lvpadgppiy06hspny158-recastnavigation-1.5.1-2.6d1f971.drv
riscv64-linux/gnu/store/33c1ywr3pnhqi5kdqx16mdz52sma9c1z-recastnavigation-1.5.1-2.6d1f971.drv
powerpc-linux/gnu/store/09gmyznmp32l0wnc9rflk1gdq10dix7r-recastnavigation-1.5.1-2.6d1f971.drv
    powerpc64le-linux/gnu/store/yflpj6ls75jp0s655sp728jnapfgh0ia-recastnavigation-1.5.1-2.6d1f971.drv
    mips64el-linux/gnu/store/mlnrlc5cjl7dc176n3x3gmba3jap30c5-recastnavigation-1.5.1-2.6d1f971.drv
      i686-linux/gnu/store/q4bfb3fqdzjddmppk1wvyxkdb42j15v2-recastnavigation-1.5.1-2.6d1f971.drv
      i586-gnu/gnu/store/7gwp5c39xw35bqlp8hjm9vxsml8k3vvi-recastnavigation-1.5.1-2.6d1f971.drv
      armhf-linux/gnu/store/vwmvdcpkyc2phm1zb0c6wyfnwq0c1br2-recastnavigation-1.5.1-2.6d1f971.drv
      aarch64-linux/gnu/store/kchddc1y9jq75vm6kbv2hka5aqnlhq2x-recastnavigation-1.5.1-2.6d1f971.drv

      Lint warnings

      LinterMessageLocation
      No lint warnings