Particle

Learn how to create a variety of particle effects in this tutorial series. You will learn how to code a particle system in Processing, and how to create particle shapes in an image editor.

Processing Tutorial: How to Create Smoke Particles

Learn how to create smoke particles in this Processing tutorial using the Java programming language. You will learn how to use signum, sine waves, random numbers and Gaussian distribution to create a steady stream of smoke particles.

Processing Tutorial: How to Create Falling Snow Particles

This Processing tutorial shows you how to create snow particles which flow back and forth in the air. Learn how to simulate wind in a particle system, written using the Java programming language. The process is similar for creating rain, falling leaves and cherry blossom particles.