I am programming a particle engine for the heck of it in Java just to have for future games. I have it at the point where it can handle a decent amount of particles, have multiple gravity wells and toggle ground gravity…
What I would like to do is add a method to see if there are many particles close together make their colors kind of gradient outwards almost like magma.
Also if you can think of a way to make the particles react to eachother such as stacking up in a heap on the ground instead of all going into a flat line.
Help is appreciated, thanks cMp