Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 364 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 364 Bytes

Particle_System

This is a particle system built using Java with the processing library. The FlowField branch implements large scale vector fields to steer each individual particle based on each individual velocity vector at that area of approximation. The master branch applies acceleration to each individual particle towards the mouse when left click is held.