From a7c28c291edb763b58b83da8bdc394e13a30a1d0 Mon Sep 17 00:00:00 2001 From: andromeda Date: Wed, 29 Apr 2026 15:28:56 +0200 Subject: update readme --- README.md | 18 ++++++++++++++---- 1 file 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 -- cgit v1.3.1