Skip to content

Getting Started with Nodes

Nodes are an essential part of PixiEditor, while they might look scary, they follow very simple rules. The goal of this guide is not only to help you learn how to use nodes, but also to give you a deep understanding of how PixiEditor works.

Nodes are the individual elements that make up your scene in PixiEditor. They are blocks that you can connect together to create complex visuals and animations. Each node has its own inputs and outputs.

Here is what a node looks like:

Node image

In fact, this is a Vector Layer Node. Each Layer in PixiEditor is represented by a node.

The Node Graph is a combination of all nodes in your file/document. As the name suggests, it is a graph, where nodes are connected together.

Here’s an example of the simplest Node Graph:

Node graph image

This graph consists of two nodes: a Vector Layer Node and an Output Node. All it does is display the contents of the Vector Layer Node in the viewport.

Anything you connect to the Output Node will be displayed in the viewport. You can think of it as the “final output” of your scene.

Can I have more outputs than one?

Yes, PixiEditor allows you to have multiple Output Nodes in your Node Graph. This means you can display different parts of your scene in different viewports or even in the same viewport at the same time. For more information, check out Custom Workspaces.

Each document in PixiEditor has its own Node Graph. You can access it by pressing (open Node Graph) button, right next to the green play button in the top center of the window.

Open Node Graph button

You can also use the View -> Open Tab -> Graph View menu to access the node graph.

What are Nodes?

What is a Node Graph?

What is the purpose of the Output Node?


All of our content is carefully written by hand, no AI was involved during the process.