Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-08 | Connect the window and font code to the editor's main function | cflip | |
2023-01-08 | Create a simple bitmap font reader and renderer | cflip | |
There isn't much reason for the editor to run in a terminal window, so the next step is to draw and get input events from a graphical window using SDL. This commit adds a basic test program that can read a font in the BDF format and display text to the screen. This code will eventually be integrated with the rest of the editor. | |||
2023-01-08 | Use C-style include guards instead of #pragma once | cflip | |
2023-01-08 | Initial import of existing source code | cflip | |
This is based off of snaptoken's "Build Your Own Text Editor" tutorial at https://viewsourcecode.org/snaptoken/kilo/. |