# c3term eventually a terminal emulator ## includes [RGFW.h](https://github.com/ColleagueRiley/RGFW) single-header windowing library [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 required by `get_wl.sh`: - pkg-config - wayland-protocols - wayland-scanner see `project.json` for library requirements ```bash ./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