views:

211

answers:

1

I am looking for behavior tree implementations in any language, I would like to learn more about how they are implemented and used so can roll my own but I could only find one Owyl, unfortunately, it does not contain examples of how it is used.

Any one know any other open source ones that I can browse through the code see some examples of how they are used etc?

EDIT: Behavior tree is the name of the data structure.

+1  A: 

Hey Hamza,

I don't know that I understand you right but I think to implement a tree you'r better choice is to use an formal language such as F# or Haskell. With Haskell you can use flexible and fast tree-structures and with F# you have an multiparadigm Language to parse and handle tree structures in oo Code.

I hope that helps you.

kockiren
What is a formal language?
Gabriel Ščerbák
take a look @ http://en.wikipedia.org/wiki/Noam_Chomsky and http://en.wikipedia.org/wiki/Formal_language
kockiren