I’m writing a tool to create new “Living Worlds” pixel art scenes (like Living Worlds - Art by Mark Ferrari) on a webpage, and I’m interested in being able to load files from ProMotion, particularly with color cycling.
I’ve found this:
I know how to open zip files in JavaScript, and the ~pmotion.pmp file is just text, but I need to be able to load the pixels (e.g. ~pmotion.layer-X.pmd), and I haven’t found anything for loading FLC files in JavaScript.
I’ll keep hunting around, but I figured I should post here and see if anyone has already gone down this rabbit hole!