Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

A particle system inspired by Shiffman from the CodingTrain.

License

Notifications You must be signed in to change notification settings

hamolicious/Processing-Particle-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Processing-Particle-System

A particle system inspired by Shiffman from the CodingTrain.


The particle system contains:

  • Particles
    Most basic form of particle, minimal realtime controll by the user. Automatically placed upon runtime

  • Attractors
    Attract particles towards themselves. Placed via LMB

  • Repulsors
    Repulse the particles away from themselves. Placed via RMB

  • Impulsers
    When a particle is in range, the particle will be shot out. Placed via SCROLL up or down