Home
Name Modified Size InfoDownloads / Week
JBTCore 2013-02-27
JBTEditor 2010-11-22
UserGuide 2010-09-02
README.txt 2010-08-11 738 Bytes
Totals: 4 Items   738 Bytes 3
Java Behaviour Trees (JBT) is a Java framework for easily building and running generic behaviour trees. Here, "behaviour tree" refers to the technique used to control the behaviour of characters in video games. 

JBT consists of two parts:

1) The JBT Core, which contains all the classes and tools that are needed in order to create and run behaviour trees in Java. This is the most important part of the framework.

2) The JBT Editor, a GUI application for creating behaviour trees in a XML format that is understood by the JBT Core. This tool creates behaviour trees in XML. Then the JBT Core turns these XML files into runnable Java source code that represents the behaviour trees.

For more information, see the user's guide.
Source: README.txt, updated 2010-08-11