Small terminal app that generates conways game of life rules and shows them on the servicepoint display.
Find a file
vinzenz 5f5e10d39f
Some checks failed
Rust / build (push) Has been cancelled
Merge pull request 'next' (#1) from next into main
Reviewed-on: #1
2025-05-03 11:53:41 +02:00
.github/workflows add ci 2024-06-05 20:47:02 +02:00
src update to released servicepoint version 2025-05-03 11:52:13 +02:00
.envrc remove shell.nix, add flake.nix 2025-05-02 12:55:18 +02:00
.gitignore direnv 2024-06-05 20:48:11 +02:00
Cargo.lock update to released servicepoint version 2025-05-03 11:52:13 +02:00
Cargo.toml update to released servicepoint version 2025-05-03 11:52:13 +02:00
flake.lock update to released servicepoint version 2025-05-03 11:52:13 +02:00
flake.nix update dependencies, clippy fixes, metadata 2025-05-02 13:43:02 +02:00
README.md update dependencies, clippy fixes, metadata 2025-05-02 13:43:02 +02:00

servicepoint-life

This is a small terminal app that generates conways game of life rules and simulates them on the servicepoint display.

It uses the servicepoint library for the display commands.

Running

With Nix flakes, you can just nix run git+https://git.berlin.ccc.de/vinzenz/servicepoint-life.

Otherwise, you can cargo install --git https://git.berlin.ccc.de/vinzenz/servicepoint-life and then run servicepoint-life.

If you want to poke at the code you can always check out the repo and cargo run it.