Category > Particle

Fake Gravity Fluid

Ricki » 31 August 2009 » In Java, Particle, Processing, Uncategorized » No Comments

I was playing around with the Traer Physics Library for processing/java. It is really fast but even though I had done some small experiments with it a year or so back, I still had to dig out the manual and refresh some basic stuff.
Well Im looking into the whole FluidSolver thing, again, and I thought it could be fun to do a fast and crude Newtonian approach and just go for an effect that looks a bit like it, but is far more simple.

16834 particles fakes fluid

Example and code here

Continue reading...

Tags: , , ,

Processing Tentacles

Ricki » 08 August 2009 » In Particle, Processing » No Comments

I just did a quick port to processing, important to notice that these classes are “as is”, but still, the speed of Java compared to Flash is… well lets just say the gap isn’t quite gone yet ;)

EDIT: forgot some int/float math that made the tentacles look bulky… better now.
Example and code here:

Continue reading...

Tags: , , , ,