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
Apache License 2.0
1.18k stars 241 forks source link

Questions about activity and thoughts on moving steering utils and wrappers out of tests #100

Open Plazmaz opened 6 years ago

Plazmaz commented 6 years ago

Issue details

First, is this project being actively maintained? There's several open prs and issues that seemingly haven't been addressed and the last commit was in July of last year.

Second, there are several nice utility classes that would be useful outside of the scope of tests. For instance, SteeringActor and Scene2dLocation would both be super useful in implementation. It's a real pain to implement the Steerable interface in a preexisting class, and many fields and methods are never changed from the base logic(at least in my use cases).

Version of gdx-ai and/or relevant dependencies

1.8.2

andreas-eberle commented 6 years ago

I'd also like to know if this is still maintained. If it isn't I cannot use it in my project...

jeacott1 commented 6 years ago

+1 - looks abandoned though :(