Skip to content

Team-theEeveeLovers/TtEL-Notepad

Repository files navigation

TtEL-SDL3-Notepad

This is an unfinished notepad program where you can (partially) enter text.

Screenshot of the notepad program.



Building

Supply SDL extension libraries with their required external libraries. For example, SDL3_ttf requires you provide freetype and harfbuzz. Then, build SDL3 and all extension libraries using CMake. Finally, build the Notepad using CMake.