Tag Archive > flow field

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: , , ,

Perlin Noise used to drive vector flow field

Ricki » 20 June 2009 » In ActionScript 3.0, Flash » 1 Comment

This post is essentially the same as this one, only difference is that a BitmapData.perlinNoise() is used instead of the BitmapData.draw(video) to produce a background that influences the flow field.

I have not posted the code to this one because the two are so similar, but if anyone want me to, just leave a comment and I’ll get right on posting it:) or send it to you.

Continue reading...

Tags: , , , , , ,