BTEditor : Graphical Behaviour Tree Editor
Posted: Thu Oct 25, 2012 11:57 am
Hi,
i'm learning lot about Behaviour Trees
so I wrote a editor to draw them graphically
The editor source with instructions is on github:
http://github.com/bartoleo/BTEditor
The love file is here:
http://github.com/downloads/bartoleo/BT ... ditor.love
V 01.03 updated : 07 november 2012
07 november 2012 : Now with simulation
I'm working on the BT Engine :
BTLua http://github.com/github.com/bartoleo/BTLua)
still missing decorators with timeout (wait, waitcontinue, repeatuntil,sleep...)
with this you can :
instance from lua
instance from lua file
instance from lua/json file edited with BTEditor
Many thanks go to :
all of Love project and forums
Nikolai Resokov for awesome LoveFrames lib
vrld for hump lib
Bart van Strien for SECS class
i'm learning lot about Behaviour Trees
so I wrote a editor to draw them graphically
The editor source with instructions is on github:
http://github.com/bartoleo/BTEditor
The love file is here:
http://github.com/downloads/bartoleo/BT ... ditor.love
V 01.03 updated : 07 november 2012
07 november 2012 : Now with simulation
I'm working on the BT Engine :
BTLua http://github.com/github.com/bartoleo/BTLua)
still missing decorators with timeout (wait, waitcontinue, repeatuntil,sleep...)
with this you can :
instance from lua
instance from lua file
instance from lua/json file edited with BTEditor
Many thanks go to :
all of Love project and forums
Nikolai Resokov for awesome LoveFrames lib
vrld for hump lib
Bart van Strien for SECS class