update readme

This commit is contained in:
Matthew 2026-02-04 07:06:19 +11:00
parent e7d4cc846a
commit cad7bc94be

View File

@ -1,5 +1,13 @@
# ScratchPad # ScratchPad
A text editor I'm developing for personal use as well as getting used to 2D and UI development with Vulkan. A text editor I'm developing for personal use as well as getting used to 2D and UI development with Vulkan. It currently only supports Linux due to being built for X11 and x86_64 due to inline assembler usage but will eventually be corrected.
Building requires ldc2/dub/vulkan SDK/glslc/freetype to be installed, running the command will build it and place it in the build folder
```
dub build main:editor
```
Inputs are Inputs are ```i``` to go into insert mode (a la vim) and ```:``` to open the command palette with typing to search, ```up``` and ```down``` to navigate and ```enter``` to select an option and clicking on a panel to focus it.
It's currently in an early state, it has core functionality built out but is still a work in progress and isn't currently recommended for use. It's currently in an early state, it has core functionality built out but is still a work in progress and isn't currently recommended for use.