libGDX gdx-ai Extension
Reference for steering behaviors, A* pathfinding, behavior trees, finite state machines, and scheduling in the gdx-ai extension.
Dependency
// In core module only — pure Java, no native dependencies
implementation "com.badlogicgames.gdx:gdx-ai:$aiVersion"
Works on all backends including headless. No platform-specific jars needed.
Steering Behaviors
Steerable Interface
Steerable<T extends Vector<T>> extends Location<T> and Limiter. Yo
[Description truncada. Veja o README completo no GitHub.]