Campfire Demo
This tiny diorama aims to show how you could use shaders to generate dynamic pixel art, in this case the flames of a campfire.
As usual, I'm borrowing from the work of Inigo Quilez, specifically for two things here:
- A Gradient noise implementation.
- The Circle SDF function.