Playing around with Kivy.
Conway's game of life using shaders.
Configure values in main.py
WINDOW_SIZE = 512, 512
FBO_SIZE = 256, 256
FPS = 20
There's also two shader variants we can switch between.
life.glsl
: Simple white cellslife_colors.glsl
: Colored cells
https://github.com/salt-die/Snippets/blob/master/game_of_life_averages.py