diff options
| author | andromeda <andromeda@lenovo> | 2026-04-29 15:28:56 +0200 |
|---|---|---|
| committer | andromeda <andromeda@lenovo> | 2026-04-29 15:28:56 +0200 |
| commit | a7c28c291edb763b58b83da8bdc394e13a30a1d0 (patch) | |
| tree | a78d86468dbea7da7f5809650b66d3d1c6b8384a | |
| parent | 18a4a99332b116ec1f094caa41616d4f17686435 (diff) | |
update readme
| -rw-r--r-- | README.md | 18 |
1 files changed, 14 insertions, 4 deletions
@@ -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 |
