Banner

Getting Started

Pixelpart is an application designed for creating stunning visual effects in 2D and 3D. The application utilizes particles as the basic visual elements, and you have complete control over particle movement and appearance. You can even simulate natural forces like gravity, wind, and collisions to create realistic effects. It offers a variety of plugins that enable direct use in game engines. Furthermore, effects can be exported to sprite sheets, videos, image sequences and animated images.

User Interface

User Interface

The user interface of Pixelpart is composed of several windows:

  1. Scene: Shows the effect in action and a timeline at the bottom. The scene view is interactive, so you may move and manipulate objects while the effect is playing.
  2. Object Browser: Shows a list of all objects (particle types, particle emitters, force fields and colliders) in the scene.
  3. Properties: Lists the properties of the selected object.
  4. Keyframe Editor: Allows you to animate the selected property.
  5. Image Effects: Makes it possible to apply and configure post-processing effects.
  6. Render: Is used to render the effect to sprite sheets, image sequences and videos.

After starting Pixelpart for the first time, you will see the default 2D effect being played. To start from a more complex preset, create a new project by clicking New Project... in the toolbar or main menu. In the dialog that opens, select the preset you would like to use and click Create.

Your first effect is now playing inside the scene view, which is the most important place when designing effects. It shows the effect in action and lets you move and resize objects in the scene. You can navigate the scene view with the following commands:

Mouse / KeyboardAction (2D Effects)Action (3D Effects)
RMBMove the viewpoint.Look around in first-person view. In order to rotate around the selected object, hold Shift.
Mouse WheelAdjust the zoom.Adjust the zoom.
WMove the viewpoint down.Move forward.
SMove the viewpoint up.Move backward.
AMove the viewpoint to the right.Move to the left.
DMove the viewpoint to the left.Move to the right.

Creating Effects

Creating effects in Pixelpart involves designing different particle types, creating emitters for those particles and placing other objects that influence particle behavior. You have access to four different types of scene objects:

  • Particle types, which define the appearance and behavior of particles. This includes visual properties like the color and size of particles, but also behavioral properties like movement paths, acceleration and rotation. You can attach custom shaders to particles in order to define their appearance even more precisely. They are created with shader graphs, a form of visual scripting.
  • Particle emitters, which spawn new particles. Particle emitters continuously instantiate new particles of their assigned particle types in a defined area, like inside a circle or on a line. They also define in which direction particles are initially accelerated.
  • Force fields, which influence particles by applying forces to them and can be used to model things like gravity and wind.
  • Colliders, which are objects particles collide with and are used to simulate particles hitting and bouncing off solid surfaces.

Many properties of these objects can be animated with keyframe animation in order to make particles and object change over time. Similarly, you can animation the position of objects with motion paths.

It is also possible to enhance the effect you have created with additional image effects, which are filters that are applied to the whole effect after rendering, such as motion blur and color correction.

Using Effects

Once you have created an effect, you can use it outside of Pixelpart in two ways.

  • You can render the effect to a sprite sheet, image sequence, animated image, or video. These formats are compatible with a variety of game engines and video production software.
  • You can save the effect (as a .ppfx file) and directly import it into game engines using the provided runtime plugins.