JS Paint – A web-based MS Paint remake
51–60 of 256 posts
Re: JS Paint – A web-based MS Paint remake
#52Re: JS Paint – A web-based MS Paint remake
#53Re: JS Paint – A web-based MS Paint remake
#54I haven't used Windows as a primary OS for years. I miss having MSPaint around for small edits, and have yet to find a suitable replacement. Other apps either have too few features (e.g. Preview) or too many (GIMP), or the interface doesn't feel right. It might just be because I'm used to it after using it for years when I was younger, but MSPaint's interface just makes sense, and it hits the sweet spot of features f…
> I see there's a Chrome app, but the link is broken ( https://chrome.google.com/webstore/detail/dgfedgcofbjmeohonb... ) I think Chrome apps were deprecated a few weeks/months ago.
You're not missing out on anything by that link being broken.
Re: JS Paint – A web-based MS Paint remake
#55The UI and behavior is amazingly close to the real thing. But I cannot help but sigh when the brush tool lags more than Paint lagged on a 233 MHz Celeron. I really think this is an awesome project, but I am old enough (30) to remember fast performing GUI apps and I don't know if I'll ever "get over" losing them. edit: hopefully it is an inefficient implementation and not the inherent slowness of web apps.
One thing I noticed is that it doesn't draw zoomed-in images correctly - pixels are blurry. Didn't check if this is Canvas or WebGL, but something in the code begs being changed from LINEAR to NEAREST. (EDIT: turns out to be a Firefox issue; Chrome shows the sweet pretty pixels correctly.) > I really think this is an awesome project, but I am old enough (30) to remember fast performing GUI apps and I don't know if I'…
Are you able to try it in Chromium? I set the property on the canvas to `-moz-crisp-edges` in Nightly and that fixed it.
[0] https://developer.mozilla.org/en-US/docs/Web/CSS/image-rende...
Re: JS Paint – A web-based MS Paint remake
#56I haven't used Windows as a primary OS for years. I miss having MSPaint around for small edits, and have yet to find a suitable replacement. Other apps either have too few features (e.g. Preview) or too many (GIMP), or the interface doesn't feel right. It might just be because I'm used to it after using it for years when I was younger, but MSPaint's interface just makes sense, and it hits the sweet spot of features f…
Re: JS Paint – A web-based MS Paint remake
#57Neat, there's a multi-user mode: http://jspaint.ml/#session:test
Re: JS Paint – A web-based MS Paint remake
#58Does it work for everyone in Firefox? For me it doesn't draw anything, nor does it open any of the menus (just clicks work). In Chrome everything works perfectly for me.
Re: JS Paint – A web-based MS Paint remake
#59Re: JS Paint – A web-based MS Paint remake
#60I haven't used Windows as a primary OS for years. I miss having MSPaint around for small edits, and have yet to find a suitable replacement. Other apps either have too few features (e.g. Preview) or too many (GIMP), or the interface doesn't feel right. It might just be because I'm used to it after using it for years when I was younger, but MSPaint's interface just makes sense, and it hits the sweet spot of features f…
It doesn't take very long at all to get familiar with basic Gimp features. The investment in time is minimal and worth it. You could probably figure how to do everything you can do in MSPaint in Gimp in 20-30 minutes.