From efb9cff09788e90a4b2c5dc2674c59c120f465a5 Mon Sep 17 00:00:00 2001 From: John Tsiombikas Date: Fri, 3 Nov 2023 01:16:19 +0200 Subject: [PATCH] added README --- README.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..1e9bce2 --- /dev/null +++ b/README.md @@ -0,0 +1,29 @@ +Termu - ADM3a (for now) X11 terminal emulator +============================================= + +About +----- +I needed to test the termtris ADM3a backend, so I decided to write an ADM3a +terminal emulator. Eventually if the stars align I might continue hacking on it +and add support for more emulated terminals, so I decided on a generic project +name. Another potential vector of improvement is to make it look like the real +terminal as much as possible, which is why I decided to use OpenGL for drawing. + +For now it's incomplete and extremely bare-bones, but enough to verify that +termtris does in fact work on the ADM3a. + +License +------- +Copyright (c) 2023 John Tsiombikas + +This program is free software. Feel free to use, modify, and/or redistribute it, +under the terms of the GNU General Public License version 3, or at your option +any later version published by the Free Software Foundation. See COPYING for +details. + +Build +----- +The repo does not include the binary character generator ROMs of the ADM3a. Grab +the `data` directory from a release archive. + +Run `make` to build. -- 1.7.10.4