Skip to content

Open-Cog-Invasion-Online/p3recastnavigation

 
 

Repository files navigation

NOTE: This project was incorporated into https://gitlab.com/consultit/Ely.git in 
      the 'ai' sub-module. Here it is no longer mantained and will eventually be 
      removed.

p3recastnavigation
******************

p3recastnavigation is project which integrates (some functionality of) Recast & 
Detour libraries (https://github.com/recastnavigation/recastnavigation) into 
Panda3d game engine (https://www.panda3d.org) as a extension module.

Recast is state of the art navigation mesh construction toolset for games, while
Detour is a path-finding and spatial reasoning toolkit. 

p3recastnavigation are currently developed and tested on GNU/Linux (Debian 8 - 
jessie) platform. Since there is no platform specific code, it should builds and 
run successfully on other platforms supported by Panda3d.  

To start using p3recastnavigation module, see the "NOTES" document in the "doc"
folder and the code samples in the "samples" folder.

p3recastnavigation is a LGPL v3 licensed open source project. A copy of the 
GNU LESSER GENERAL PUBLIC LICENSE is reported into COPYING file. 
See also <http://www.gnu.org/licenses/>.

About

Navigation mesh and path finding library (fork of https://gitlab.com/consultit/p3recastnavigation)

Resources

License

LGPL-3.0, MIT licenses found

Licenses found

LGPL-3.0
COPYING
MIT
LICENSE.P3DModuleBuilder

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 91.5%
  • C 4.4%
  • SWIG 1.8%
  • Python 1.5%
  • CMake 0.8%