Back in around the beginning of 2023 I started a project but ended up on the “back burner” then kind of forgot about it. D’oh
Any way its was my attempt at making a flame or flickering candle flame anyway. I would guess its been done before, and perhaps better but its my attempt at doing it.
Its a work in progress and not sure what I’m going to do with it, not sure it has a lot of usages, but it looks cool though.
The flame is generate in pure Xojo code.
Thought I would share a short video clip of it. Flame
Ah, yes, good point on the colors. I pulled the coloring code from another project where it used the "fire colors " but for something different.
For the flames I’m just using FIllOval, seems to do a decent job. As for that Drawing Fire example, maybe. Not sure if it will look right or not. Have to see.
If you changed the rotation of the flame ever so slightly, randomly left and right it will make the fire look more alive I think. Great job with animating though!
Very cool. You might also want to check out the “Drawing Fire” example, which uses a cellular automata model to simulate a fire effect. I believe this was created by Joe Strout many, many years ago.