arvidsson / BrainTree

C++ behavior tree single header library
MIT License
221 stars 38 forks source link

Add a more advanced example #21

Open arvidsson opened 6 years ago

selimanac commented 6 years ago

Yes please, please :) BrainTree looks really great. First of all, thank you for that. I'm planning to implement this lib on Defold as native extension. More advanced and working example could be very very helpful to me. This one is not working as it is. I couldn't find any documentation about the usage :(

Also I thing I should update/tick repeating decorators from a game loop and I will need this: https://github.com/arvidsson/BrainTree/issues/19

arvidsson commented 6 years ago

Yeah I will create more examples and create more proper documentation for the different nodes you can use in the behavior tree. Thanks for the kind words! :)

arvidsson commented 6 years ago

I have added a first simple example, and plan to add more in the future.

rudycazabon commented 6 years ago

Greetings, dropping by to say that BrainTree looks interesting ... however, a few more fleshed out samples (beyond the simple case) would be helpful in getting the fullness of what you have in mind with it.