libgdx/gdx-ai
Artificial Intelligence framework for games based on libGDX or not. Features: Steering Behaviors, Formation Motion, Pathfinding, Behavior Trees and Finite State Machines observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4378
- days_rel: n/a
- days_push: 701
- n_releases_24m: 0
Adoption not part of the score
1300 stars · 253 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
gdxAI is a Java artificial intelligence framework for game development, designed as a libGDX extension but usable independently. It provides steering behaviors, formation motion, pathfinding (A*, hierarchical), behavior trees, finite state machines, messaging, and scheduling.
Use cases
- implement NPC steering behaviors in a Java game
- add A* pathfinding to my game characters
- build NPC decision making with behavior trees
- create finite state machines for enemy AI
- make formations of units move together
- add game AI to a libGDX project
When to choose
- you are building a Java or libGDX game needing common game AI techniques
- you want garbage-collection-friendly AI code optimized for mobile
- you need steering, pathfinding, and decision making in one framework
When to avoid
- your game is not on the JVM
- you need advanced AI like machine learning or GOAP planning
- you want a framework with no libGDX jar dependency
Facets
framework · maturity stable
game-engine simulation agent-framework artificial-intelligence jvm cross-platform steering-behaviors pathfinding behavior-trees finite-state-machines npc-ai formation-motion libgdx game-development mobile
1 source
- readme: https://github.com/libgdx/gdx-ai · fetched 2026-08-28 · 1bb3dce08818
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| libgdx/gdx-ai | main | 32 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem