From 8a5f7ffa092832258d0c6c064e40d05cfa910223 Mon Sep 17 00:00:00 2001 From: Vinzenz Schroeter Date: Sat, 7 Sep 2024 12:27:07 +0200 Subject: [PATCH] link arfst23/ServicePoint --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index c355df0..46b85dd 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,11 @@ Take a look at the contained crates for language specific information: ## Projects using the library - screen simulator (rust): [servicepoint-simulator](https://github.com/kaesaecracker/servicepoint-simulator) +- A bunch of projects (C): [arfst23/ServicePoint](https://github.com/arfst23/ServicePoint), including + - a CLI tool to display image files on the display or use the display as a TTY + - a BSD games robots clone + - a split-flap-display simulator + - animations that play on the display - tanks game (C#): [servicepoint-tanks](https://github.com/kaesaecracker/cccb-tanks-cs) - cellular automata slideshow (rust): [servicepoint-life](https://github.com/kaesaecracker/servicepoint-life)