This is a Rust workspace containing various packages for doing things with Conway's Game of Life.
The packages are:
-
lifelib
— Core library implementing the Game of Life and related functionality -
tick
— Program for advancing Game of Life patterns -
life-utils
— Internal utilities used by multiple packages
This workspace as a whole is a hobby project for personal experimentation & edification and is not intended to be generally/widely used by others. Use anything here at your own risk.