MovingBlocks
Create a particle system tutorial module
During last year's GCI, a new particle system was implemented in the Terasology engine. While the system is still far from completion, many modules already make use of it. Before it can be documented, we need a tutorial module and wiki for it. Create a template TutorialParticleSystem module similar to the TutorialAssetSystem module (linked below). You do not need to finish all the related documentation, just at least one chapter and then others can start helping out later . See https://github.com/MovingBlocks/Terasology/issues/2999 for more information.
Definition of 'Done'
- A new TutorialParticleSystem module created and hosted on GitHub, resembling the TutorialAssetSystem module.
- A template "Home" page in the module's GitHub Wiki
- At least one chapter covering one type of particle
Where to start
- Take a look at existing tutorial modules: https://github.com/Terasology/TutorialAssetSystem
- Learn about modules from the Terasology wiki: https://github.com/MovingBlocks/Terasology/wiki/Developing-Modules
Task tags
Students who completed this task
Steven Rachman