From 72a903465b0aeec9c8d27fb922aa7686314d80a3 Mon Sep 17 00:00:00 2001 From: Matthew Date: Thu, 2 Oct 2025 02:29:46 +1000 Subject: [PATCH] update readme --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.