dansanderson / picotool

Tools and Python libraries for manipulating Pico-8 game files. http://www.lexaloffle.com/pico-8.php
MIT License
367 stars 46 forks source link

Support HTML export as a readable/writable file format #77

Open dansanderson opened 2 years ago

dansanderson commented 2 years ago

The HTML export (specifically the .js file) is an interpretation of the binary version of a cart. It should be possible to support reading and writing exported .js files just like .p8 and .p8.png files.

With a bit more effort to store a version of the HTML file (released as open source by Lexaloffle), picotool should be able to fully "export" carts to HTML as part of a build workflow.