A
Andrew Wagner
[Note: parts of this message were removed to make it a legal post.]
I know this isn't really an announcement list, but this is my first ruby
library. I'd love to get some feedback on it.
Behavior trees are a concept for modeling behaviors as...well...trees. The
leaf nodes interact with the environment, the interior nodes determine what
leaf nodes to call. Pretty simple concept, really. I couldn't find a library
for fiddling with these in ruby, so I wrote one:
http://github.com/arwagner/rbtree
There's also a blog post about it here:
http://www.nearinfinity.com/blogs/andrew_wagner/behavior_trees_in_ruby.html
Thanks for any feedback you might have!
I know this isn't really an announcement list, but this is my first ruby
library. I'd love to get some feedback on it.
Behavior trees are a concept for modeling behaviors as...well...trees. The
leaf nodes interact with the environment, the interior nodes determine what
leaf nodes to call. Pretty simple concept, really. I couldn't find a library
for fiddling with these in ruby, so I wrote one:
http://github.com/arwagner/rbtree
There's also a blog post about it here:
http://www.nearinfinity.com/blogs/andrew_wagner/behavior_trees_in_ruby.html
Thanks for any feedback you might have!