A simulation of Conway's game of life using the GPU and written in Zig.
This replicates the completed program from this guide but instead of Javascript and the WebGPU API it is uses Zig and mach-core.
This was written with Zig 0.11.0. With Zig installed it should just be:
git clone https://github.com/DerekLeach/game-of-life
cd game-of-life/
zig build run