A small program to allow mirroring of a terminal on an e-paper screen, inspired by jouko's PaperTTY
  • C++ 77.1%
  • CMake 22.1%
  • C 0.8%
Find a file
2026-08-21 19:56:30 +01:00
src restarting work to revise C++, adds framework for threaded raylib emulator 2026-08-21 19:56:30 +01:00
tests initial upload 2025-03-30 18:46:31 +01:00
.gitignore restarting work to revise C++, adds framework for threaded raylib emulator 2026-08-21 19:56:30 +01:00
CMakeLists.txt initial upload 2025-03-30 18:46:31 +01:00
README.md restarting work to revise C++, adds framework for threaded raylib emulator 2026-08-21 19:56:30 +01:00

c-paper-terminal

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. If you prefer python and want a more flexible system, definitely check it out

Progress

Progress on this has halted, the last thing being worked on was VirtualScreen.cpp/h, this is a virtual e-ink screen emulator to make testing without hardware easier.

Building

To build this you'll need to install

  • raylib-cpp
  • catch2 (this should automatically be installed by cmake)