c-paper-terminal/README.md

10 lines
399 B
Markdown
Raw Permalink Normal View History

2024-05-10 23:24:21 +01:00
# c-paper-terminal
2024-05-10 23:27:15 +01:00
A small program to allow mirroring of a terminal on an e-paper screen in light weight cpp code.
Originally inspired by [jouko's PaperTTY](https://github.com/joukos/PaperTTY/tree/main). If you prefer python and want a more flexible system, definitely check it out
2025-03-30 18:29:40 +01:00
## Building
To build this you'll need to install
- sdl2
- catch2 (this should automatically be installed by cmake)