Skip to content

DerekLeach/game-of-life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Game of Life

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.

Installation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published