Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 408 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 408 Bytes

3D Game of Life

This project is an implementation of Conway's game of life, but extended to 3D. It's based on this paper.

Implementation

The graphics are implemented using OpenGL with GLFW. Bazel is used as the build system, and it is currently set up to build for Mac only, although it should be easy to extend to linux and windows.