nickswebsite

Results 7 issues of nickswebsite

I had a use case consisting of a rather complicated project with a lot of legacy code that we are trying to organize. Both the `layers` and `independence` contracts would...

It would be nice to override the default implementation of `BackgroundTasks`. My particular use case came about when looking for a way to easily push a number of background tasks...

`FiniteStateMachine` only processes one event per frame. I'm not sure if this is a bug or if it is intentional, but it was certainly a surprise to me. I was...

This main screen panel is intended to make it easier to edit transitions of complex state machines. > If this is in a usable state (or even a good starting...

BTSequence does not return a SUCCESSful status when the last action is successful. Currently it waits for the next tick to reset itself and report success. While this doesn't appear...

It is probably easier to understand the issue raised in https://github.com/ThePat02/BehaviourToolkit/issues/81with an actual example. There is a README in examples/bt_sequence_bug/ folder describing the scene that I didn't repeat here. I...

I suppose this is really more of a question than a feature request, but it might be good to see an example of some basic behaviours being shared between multiple...

knowledge