Skip to content

RQuarx/texed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

texed

A simple text editor made with C++ and SDL3

REMINDER!

This program is only designed to work on Linux systems, and I have no plans to make this work on any other platforms.

Installation Instructions

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

How to build

$ git clone https://github.com/RQuarx/texed/
$ cd texed
$ CXX=clang++ meson setup target
$ meson compile -C target
$ ./target/texed -h # Printing the help message

Configurations

All available configuration options are on ./config.hpp, and you can customise the program further by changing the source code

Links

License

This program is licensed under the GNU General Public License V3

About

A simple text editor made with C++ and SDL3

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors