update readme

This commit is contained in:
Matthew 2025-10-02 02:29:46 +10:00
parent bc708b5cd1
commit 72a903465b

View File

@ -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. 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. 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.