You can support the development on the Github Sponsors page.


Tech > SIMPLE PROCEDURAL FIRE


Now is the time to the TIC-80 heart on fire!
made by DevEd
uploaded by DevEd
added:
updated:
download cartridge
- CLICK TO PLAY -

4


Demo of a simple procedural 16 color procedural fire algorithm. The way it works is very simple: For each pixel on the screen, we simply take the average value of the surrounding pixels and use that as the new pixel value. Now we can create some fire by placing some pixels on the screen!

Note that this demo uses double-size pixels to improve performance. The code can be edited to use normally sized pixels, but it won't run as fast if you do so.


Post comment