A simple text editor made with C++ and SDL3
This program is only designed to work on Linux systems, and I have no plans to make this work on any other platforms.
To build this program, ensure that you have the following packages installed on your system:
- clang
- git
- SDL3
- SDL3_ttf: Only install if your SDL3 package doesnt include SDL3_ttf
- fmt
- meson
$ git clone https://github.com/RQuarx/texed/
$ cd texed
$ CXX=clang++ meson setup target
$ meson compile -C target
$ ./target/texed -h # Printing the help messageAll available configuration options are on ./config.hpp,
and you can customise the program further by changing the source code
This program is licensed under the GNU General Public License V3