lifesaver icon indicating copy to clipboard operation
lifesaver copied to clipboard

Bloom Effect

Open amiantos opened this issue 6 years ago • 1 comments

It would be cool if a bloom effect could be added to living cells. If you use the "Noun Project" preset and squint from a distance it looks a bit like the effect in LIMBO, looks really cool. I tried a quick implementation using an SKEffectNode but handling all the fading and animations seems trickier than expected.

amiantos avatar May 25 '19 15:05 amiantos

I assume path of least resistance on this is to create a "bloom" PNG with transparency that can be colored along with the cell, versus trying to actually generate a real-time bloom effect with SKEffectNode for no apparent reason. The insight that comes with 6+ years of development 😆

amiantos avatar Jan 26 '25 20:01 amiantos