diff --git a/readme.md b/readme.md index a057a50..c0d5f70 100644 --- a/readme.md +++ b/readme.md @@ -1,4 +1,4 @@ -# PadScratch +# ScratchPad A text editor I'm developing for personal use as well as getting used to 2D development with Vulkan. It's currently in an early state, functionality isn't entirely implemented for what you would expect for a text editor and it currently only works on Linux and x86 due to the platform layer only supporting Linux/X11 and inline assembly being used respectively. Will eventually also implement the platform layer for Windows.