-
Notifications
You must be signed in to change notification settings - Fork 18
Core 02 Downloading and Setting Up
Renato Pereira edited this page Oct 27, 2014
·
2 revisions
The first step to use Behavior3JS is downloading it. Choose between the compressed and uncompressed version here:
https://github.com/renatopp/behavior3js/releases
Open or create a HTML file and include this line of code:
<script type="text/javascript" src="b3core-VERSION.min.js"></script>
where VERSION
is the version of the library you downloaded. You can test the
set up typing this in the browser console:
console.log(b3.VERSION);
Notice that, you will access all features of Behavior3JS from b3
namespace.
Pages:
Core Guide:
- [01. Introduction](Core 01 Introduction)
- [02. Downloading and Setting Up](Core 02 Downloading and Setting Up)
- [03. General Guidelines](Core 03 General Guidelines)
- [04. Creating Custom Nodes](Core 04 Creating Custom Nodes)
- [05. Creating and Using Trees](Core 05 Creating and Using Trees)
Editor Guide:
- [01. Interface](Editor 01 Interface)
- [02. Adding and Connecting](Editor 02 Adding and Connecting)
- [03. Selecting and Moving](Editor 03 Selecting and Moving)
- [04. Node Properties](Editor 04 Node Properties)
- [05. Custom Nodes](Editor 05 Custom Nodes)
- [06. Importing and Exporting using JSON](Editor 06 Importing and Exporting using JSON)