simpleai icon indicating copy to clipboard operation
simpleai copied to clipboard

SimpleAI is a small C++ AI behaviour tree based library with a QT5 based remote debugger (and with optional LUA bindings) released under MIT.

Results 11 simpleai issues
Sort by recently updated
recently updated
newest added

Hi There, This project is still using an old implementation of LGTM's automated code review, which has now been disabled. To continue using automated code review, and receive checks on...

macros to query the version and to compare the version

Might get tricky - as there is no official support for pchs, some custom solutions are out there that might or might now work.

- [ ] Creating new trees - [ ] saving them to lua and xml - [x] live editing in debug session http://doc.qt.io/qt-5/modelview.html

enhancement

A repeater will run a child multiple times (configurable)

Repeats a node until it fails/succeeds

Pursuit: distance = (target.getPosition() - chr.getPosition()).len() t = distance \* c newPosition = chr.getPosition() + target->getVelocity() \* t TargetSeek(newPosition) Evasion: distance = (target.getPosition() - chr.getPosition()).len() t = distance \* c...