added the html export

main
Shoofle 1 year ago
parent 0330330683
commit 5b7d20475c
  1. 2
      readme.md
  2. 1128
      vectorator.html
  3. 157
      vectorator.js

@ -2,3 +2,5 @@
### a vector graphics engine and editor for pico 8 ### 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! 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!
you should be able to run this with the html file included.

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save