servicepoint-life

Crates.ioservicepoint-life
lib.rsservicepoint-life
version0.2.0
sourcesrc
created_at2025-05-03 09:56:54.743824+00
updated_at2025-05-03 09:56:54.743824+00
descriptionSmall terminal app that generates conways game of life rules and simulates them on the servicepoint display.
homepage
repositoryhttps://git.berlin.ccc.de/vinzenz/servicepoint-life
max_upload_size
id1658683
size42,008
Vinzenz Schroeter (kaesaecracker)

documentation

README

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.

Commit count: 0

cargo fmt