DPaint-js icon indicating copy to clipboard operation
DPaint-js copied to clipboard

Offline version, please

Open leopardheart982 opened this issue 2 years ago • 3 comments
trafficstars

I want to be able to run this offline when I don't have internet access.

leopardheart982 avatar Apr 13 '23 23:04 leopardheart982

This must be the most requested feature :-)

An offline version will no doubt happen, some sunny day, but for now - if you really really really want - you could grab the source and run it locally. It has no external dependancies so it would run without internet access.

First "offline" version will be the PWA one, as mentioned in #2

steffest avatar Apr 14 '23 06:04 steffest

Would be nice if implemented as a PWA :) What is the dployment size of this btw? Would the amiga emulator be bundled?

I noticed this runs very nice on a mobile layout - even in portrait mode. Nice work on the css

blurymind avatar Apr 17 '23 07:04 blurymind

@blurymind Deployment size is currently around 900 kb uncompressed. (you can build a minified version using npm run build which uses parcel.)

The Amiga emulator is not bundled, but it's a direct fork of https://github.com/naTmeg/ScriptedAmigaEmulator .

And thanks! the mobile version needs some dedicated UI changes, but for now it kind of "works".

steffest avatar Jun 15 '23 13:06 steffest