Merge template-live-editor

This commit is contained in:
Kartik K. Agaram 2024-03-10 22:37:06 -07:00
commit 05bf3ca362
1 changed files with 1 additions and 7 deletions

View File

@ -10,8 +10,7 @@ designed above all to be easy to run, easy to modify and easy to share.
## Getting started
Install [LÖVE](https://love2d.org). It's just a 5MB download, open-source and
extremely well-behaved. I'll assume below that you can invoke it using the
`love` command, but that might vary depending on your OS.
extremely well-behaved.
To run from the terminal, [pass this directory to LÖVE](https://love2d.org/wiki/Getting_Started#Running_Games),
optionally with a file path to edit.
@ -54,11 +53,6 @@ into the same directory.
## Known issues
* Both freewheeling apps and the driver for them currently benefit from being
launched in terminal windows rather than by being clicked on in a desktop
OS. See [the driver app](https://git.sr.ht/~akkartik/driver.love/src/branch/main/README.md)
for details.
* No support yet for Unicode graphemes spanning multiple codepoints.
* No support yet for right-to-left languages.