GameAI4j
Game AI for java.NavMesh、A*、BehaviorTree、FSM
Java★ 72⑂ 18 forksupdated 1 year ago
git clone https://github.com/jzyong/GameAI4j.gitjzyong/GameAI4jREADME.mdfork it — it’s yours
GameAI4j
Description
Modified based on GDX-AI,Client for Unity,backend for java game server.Add extra features:
- Behavior-tree xml config
- Unity navmesh polygon or triangle pathfinding
- Quad-tree coordinate spatial query
- NavMesh Java desktop preview and operation
- Unity Navmesh export plugin-in
Installation
<dependency>
<groupId>com.jzy.ai</groupId>
<artifactId>game-ai-4j</artifactId>
<version>0.0.1</version>
</dependency>
Document
- Unity export NavMesh
- Video presentation YouTube B站
- Game presentation
TODO
more like this
bit_gossip
Pathfinding library for calculating all node pairs' shortest paths in an unweighted undirected graph.
Rust★ 50
MapGridInUnity
C#★ 50
Unity-Pathfinding-Jobs-StressTest
Unity project showcasing A* pathfinding, fully jobified & burst compiled. It also contains examples of RaycastCommand a…
C#★ 50