Comment on Game of Life shader
livingcoder@programming.dev 1 year ago
That’s awesome! What are your thoughts on keeping the colors of your face as they naturally are and as the GoL algorithm acts on the pixels, you blend the colors together?
Comment on Game of Life shader
livingcoder@programming.dev 1 year ago
That’s awesome! What are your thoughts on keeping the colors of your face as they naturally are and as the GoL algorithm acts on the pixels, you blend the colors together?
sixfold@lemmy.sdf.org 1 year ago
I was thinking of doing three separate GOL simulations, one on each RGB channel, and letting the colors mix that way into like 6 colors.