-
-
Notifications
You must be signed in to change notification settings - Fork 573
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
package as native desktop app #2
Comments
Yes, this is something I want to do. You can already run it with nw.js (clone repo, |
+1 This would be really nice to have. Its so simple that 5 year old can use it, and I mean literally, because I am using Paint since i was 5. Having this as the default desktop image editing tool would be sick. Thanks for making this project, really appreciate it! |
I've made a lot of progress on this, now merged into master. Things that are done:
I'm not interested in pursuing this, but if someone wants to help, the next step is to find someone with experience releasing electron apps (specifically with electron forge) to help set up autoupdating. To try out the desktop app so far, see Development Setup on the readme. |
Maybe we can make it into an installable PWA instead. Desktops are supporting PWAs as well now irrespective of OS (as long as you have chrome). Would probably be easier. |
I think this problem is solved. |
This comment has been minimized.
This comment has been minimized.
The electron app is essentially done, just needs autoupdating set up and to be published (plus a few fixes — I may have broken file saving in recent changes?) |
I just pushed a bunch of improvements to the Electron app to master if anyone wants to give it a test:
I might publish a prerelease version soon to make testing easier. |
I published Windows/Mac/Linux builds for testing: https://github.com/1j01/jspaint/releases/tag/v1.0.0-beta.1 Note that Windows and Mac will likely block running it by default, since it's not code-signed. |
This is really cool, but the limitations on copy and paste limit it's usefulness.
Ever thought of packaging it with one of the web -> desktop frameworks out there?
http://electron.atom.io/
There are APIs for clipboard access and you could get access to the file system proper. (I miss the old paint).
The text was updated successfully, but these errors were encountered: