summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandromeda <andromeda@lenovo>2026-04-29 15:28:56 +0200
committerandromeda <andromeda@lenovo>2026-04-29 15:28:56 +0200
commita7c28c291edb763b58b83da8bdc394e13a30a1d0 (patch)
treea78d86468dbea7da7f5809650b66d3d1c6b8384a
parent18a4a99332b116ec1f094caa41616d4f17686435 (diff)
update readme
-rw-r--r--README.md18
1 files changed, 14 insertions, 4 deletions
diff --git a/README.md b/README.md
index 5405eff..523d534 100644
--- a/README.md
+++ b/README.md
@@ -1,12 +1,16 @@
# c3term
-eventually a terminal emulator, currently a port of [this example](https://github.com/ColleagueRiley/RSGL/blob/main/examples/basics/basic.c)
+eventually a terminal emulator
-## with nix
+## includes
-`nix run` to run
+[RGFW.h](https://github.com/ColleagueRiley/RGFW) single-header windowing library
-`nix develop` for a development shell, then follow the manual build instructions
+[RSGL.h](https://github.com/ColleagueRiley/RSGL) single-header graphics library
+
+[RFont.h](https://github.com/ColleagueRiley/RFont) single-header graphics library
+
+[Miracode.ttf](https://github.com/IdreesInc/Miracode/releases/tag/v1.0) blocky monospace font
## manual build
@@ -21,3 +25,9 @@ see `project.json` for library requirements
./get_wl.sh
c3c build c3term-linux-x64
```
+
+## with nix
+
+`nix run` to run
+
+`nix develop` for a development shell, then follow the manual build instructions