You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: