From e37ee28ff9141bcd3da3b3754abf44be515a602e Mon Sep 17 00:00:00 2001 From: shoofle Date: Tue, 6 Jun 2023 21:05:12 -0400 Subject: [PATCH] added a readme --- readme.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 readme.md diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..cef6736 --- /dev/null +++ b/readme.md @@ -0,0 +1,4 @@ +### vectorator +# a vector graphics engine and editor for pico 8 + +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! \ No newline at end of file