erkyrath / lectrote

The IF interpreter in an Electron shell
Other
248 stars 28 forks source link

Be able to unpack blorb resources to ~/Library/Caches #19

Open erkyrath opened 8 years ago

erkyrath commented 8 years ago

Might be faster to use on-disk images rather than data: URLs. Or maybe not! Have to try it and see.

erkyrath commented 7 years ago

Also more memory-efficient, since we don't have to keep the image data in JS memory.