Skip to content
mitm edited this page Mar 6, 2019 · 6 revisions

About

The purpose of this project is to demonstrate Detour Crowd, using jMonkeyEngine, by implementing the jme3-recast4j wrapper of the recast4j.

  • jme3-recast4j - written by MeFisto94, is a wrapper around Recast4j designed to provide easy interoperability with “jMonkeyEngine”.

  • Recast4j - written by Piotr Piastucki, is a java port of Recast Navigation.

The jme3-Recast4j-demo includes a Crowd Builder GUI that allows for the full customization of Detour Crowd and Agents for testing. Using Detour Crowd requires knowledge of NavMesh building and path finding and as such some of the basic implementations of those will also be covered. Follow the sidebar links in the order presented to learn the basic build procedures for each.

These projects, as well as the MeFisto94 fork of jme3-artificial-intelligence are all based, in one form or another, on the Recast & Detour Navigation-mesh tool set.