I’ve had a long time fascination with Conway’s Game of Life, and with the Sigbla APIs starting to stabilize I thought it would be fun to play around a bit and implement it as an example.

You can find the Conway example code here, and it should hopefully, even if you’re unfamiliar with Sigbla, be fairly straight forward to understand.

It’s using various core features, such as views, batching, transformers and cloning, with about 100 lines of code to get it all working. It’s not really what I would envision Sigbla being used for, but it’s a fun little example…

Conway's Game of Life in Sigbla