Skip to content
pamtdoh edited this page Dec 14, 2017 · 5 revisions

This is a small tutorial on the particle system.

Prerequisites: You should have your workspace ready with Terasology in Eclipse or IntelliJ and be ready to launch gradle commands on the project. You should also have a basic understanding of the Entity System Architecture.

You can reference the steps in this tutorial from the repository to get a better picture.

What will be covered in this tutorial

  1. How particles are treated in the engine
  2. Creating a block that emits a particle
  3. Creating your own particle effect