A simple GUI text editor, made in C++
- Vim motions
- Easy configuration
and more to come!
Note
This program requires SDL3, SDL3_ttf, and fontconfig to be installed on your system
# Clone the repository
$ git clone https://github.com/RQuarx/c-text/
$ cd c-text
# Build
$ CC=clang CXX=clang++ meson setup build
$ meson compile -C target
# Running
$ ./build/c+text -hThis program is licensed under the GNU General Public License V3