Loading...
Logo
Processing Forum

drawing fire

in Programming Questions  •  3 years ago  
has anyone done this?  I'd like to look at some recent examples of fire, fireballs, etc. that people have made, but in searching the forum and openprocessing.org I've come up with surprisingly very little.  There are some projects that I am interested in but they were built using a much older version of Processing, and so not all functions seem to work (eg. FireCube 3D).  I'm more interested in newer fire examples, since perhaps some of you have finessed the code for this.

do let me know. I'd love to see some examples!


Replies(5)

Re: drawing fire

3 years ago
i guess there are a lot of different ways to simulate fire.
For example pixelmanipulation or particles.
What are you looking for and what do you need it for ?


Re: drawing fire

3 years ago
Here is one of the better Processing sketches by Peter Blaškovič that captures "drawing fire"

Peter Blaškovič

http://www.escapemotions.com/experiments/fluid_fire_3/index.html

You can also check out his other awesome sketches

http://www.escapemotions.com/experiments.html




Re: drawing fire

3 years ago
hey Cedric,
I'm working on an installation in a church (for Nuit Blanche) using PIR motion sensors to sense when someone is walking down the isle of the church.  There will be projections along the ceiling, above the pews, so when someone hits the different points along the aisle,  "fire" will draw itself (or maybe shoot) across the ceiling of the church.

something like that.

I want to see how other people have expressed fire in processing.  This Blaškovič one is fantastic, and I would love to create something that looks like this.  However I'm looking for some starter code, since I havent attempted anything as ambitious as fire in Processing before.

Re: drawing fire

3 years ago
no code, but this one just came to my mind.
http://vimeo.com/3047446


Re: drawing fire

3 years ago
that's fantastic, and entirely appropriate to another installation I'm developing tracking a dancer's body and creating a silhouette of fire.  Once I get the fire thing down, that is ;)