-
Notifications
You must be signed in to change notification settings - Fork 18
Core 01 Introduction
Renato Pereira edited this page Oct 26, 2014
·
5 revisions
The mains components of the interface are:
-
Nodes panel, where you see the nodes you can use in editor. Drag them to canvas to use.
-
Properties panel, where you see the node properties (the properties only appear when selecting a single block in the canvas).
-
Menu bar with mostly commands and options in the editor.
-
Canvas, where the magic happen. The initial block in the editor is called "root", and represent the tree.
- Use the
MIDDLE BUTTON
of the mouse to move the camera.
- Use the mouse
WHEEL
to zoom in or zoom out
- Test
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)