A toy project intented to some day resemble a text editor.
Hopefully just run build.sh
or build.bat
depending on your OS.
Dependencies:
- SDL2 (Included in Windows)
- C compiler (clang or gcc on linux and mingw on windows)
- Bash (on linux)
- Only supports ASCII characters.
All code written for the editor is in the public domain. I did not write SDL2 which is under the zlib-license or the STB libraries which are also in the public domain.