Simple and for fun implementation of Conway's Game of Life.
- Runs until no changes are performed on the board or the iterations are exhausted.
- No loop detection.
- Prints board to the console.
- Configurable board size.
Just run cargo run -- --help
and explore the options.
- Bitwise board.
- Cell heatmap.
- Make multi-threaded.
- OpenGL renderer.
- Shader solver.
- Loop detection.
- Output to image.