GitHunt

Cubic Life

Cubic Life is a powerful cellular automaton engine designed to simulate Conway's Game of Life in 3D dimension.

image

Features

  • Infinite Grid: No grid size limitation.
  • Conway's Game of Life: CAEngine is specifically designed to run Conway's Game of Life.
  • 3D Simulation: Unlike traditional implementations which are 2D, CAEngine operates in a three-dimensional space.

Rules

  • A live cell that has live neighbors below 5 or above 6 dies.
  • A dead cell that has 4 live neighbors becomes a live cell.

Controls

Key Action
WASD Move
RMB Rotate camera

License

This project is licensed under the GPL-2.0 License. See the LICENSE file for details.

Languages

C++87.3%C12.6%CMake0.1%GLSL0.0%Shell0.0%

Contributors

GNU General Public License v2.0
Created January 18, 2024
Updated February 26, 2026