From d8cbb5a9cf15feffdeb84c67c7bdbde56ecc8e3a Mon Sep 17 00:00:00 2001 From: shoofle Date: Tue, 6 Jun 2023 21:48:06 -0400 Subject: [PATCH] added the picture to the readme --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index c704845..7161838 100644 --- a/readme.md +++ b/readme.md @@ -3,4 +3,6 @@ hi i made a vector graphics engine and editor for pico 8. no i dont know why. it's sufficiently full featured in that you can edit things, add new points, all sorts of stuff. you can author things by putting them into `vram.lua` as raw data, or you can go into the editor and use the various controls as explained at the bottom of the screen. someday i'd like to remake this in javascript or something. right now the only thing you can't do is add more sections and jumps/returns. at some point i'd like to make that possible. maybe that'll be the next project after i clean up the code to be written and read outside of pico-8's editor. who knows! +![The cartridge png of this program. It shows a two-paned ui, with a code listing on the left, a render of points connected by lines on the right, and several option buttons in the middle.](vectorator.p8.png) + you should be able to run this with the html file included. \ No newline at end of file