This fire image was mathematically generated using the code available below.Because the first draft of this project has become so popular, I’ve written a new and MUCH faster version of the source code. As before, no pre-built images or palettes are used, meaning that both coloring and flame generation are done using only math (and ingenuity!).
Updates to this version include the following:
- DIB sections are now used in place of Get/SetPixel. This alone nearly tripled the frame rate on my old 1.6ghz laptop.
- Flame coloring is now done via look-up tables. Previously this was calculated on the fly, which required way too many duplicate calculations.
- Random horizontal movement of individual flames is now calculated for every 4th pixel (instead of every single one). Random number generation is costly, and visually this method looks almost identical (but is markedly faster).
- Scrollbars are now available so that you can color the flames however you’d like. Red flames, blue flames, green flames, or any combination in-between – so knock yourself out.
On my aforementioned 1.6ghz laptop, the original version of this code ran (compiled) at 6-7 fps for a 512×256 image. The new code runs between 27 and 28 fps – or a 400+% increase.
As usual, the sample code was written for VB6, but an .exe is included for those just wanting screenshots (or if you just want to see the effect in action). Enjoy, and if you have any recommendations for Fire v.3, leave a comment!
Related articles:



Discussion (Oldest Comments Displayed First)
Be the first to comment on “Mathematically Generated Fire – REVISED”