Merge snap.love

This commit is contained in:
Kartik K. Agaram 2024-03-10 22:44:35 -07:00
commit 57ced4de15
1 changed files with 2 additions and 8 deletions

View File

@ -21,10 +21,9 @@ these tools; all you can do so far is draw rectangles and edges between them.
## 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.
Run this app from the terminal, [passing its directory to LÖVE](https://love2d.org/wiki/Getting_Started#Running_Games).
[Run the app using LÖVE.](https://love2d.org/wiki/Getting_Started#Running_Games)
You'll see a single box on screen. Drag the surface or press arrow keys to pan
around. Try dragging the border of the box. You'll see an edge stick out.
@ -74,11 +73,6 @@ found anything amiss: http://akkartik.name/contact
## 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/tree/main/item/README.md)
for details.
* No scrollbars yet. That stuff is hard.
## Mirrors and Forks