Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 504 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 504 Bytes

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.