I love how the filesystem stuff is handled! Very smooth, with Open/Save acting like a native application.
It's not acting like a native application, the open file dialog is the native open file dialog that'll display differently depending on the OS/platform you're on.
JS Paint – A web-based MS Paint remake
251–256 of 256 posts
Re: JS Paint – A web-based MS Paint remake
#252Earlier quoted context omitted.
> until the present web fads go away I don't see that happening. Web apps gave us an environment where it's easy to create complex applications quickly. Now efforts are going towards making these apps smaller and faster, but I don't see developers going back to C++ to develop GUI apps like this one.
Java gave us an environment where it was easy to create complex applications quickly as well. The web will fade away just like Java did.
Re: JS Paint – A web-based MS Paint remake
#253I’m happy and sad. Happy because MS Paint is amazing and now having it in web form is great. Sad because I was just talking about doing this this week for hackathon. I ultimately did something else, and probably wouldn’t have turned out this great.
Re: JS Paint – A web-based MS Paint remake
#254Earlier quoted context omitted.
If you only use it once yeah. I'm super casual and just use it for cropping and resizing and whatnot, and have used it dozens of times. Worth 20-30 minutes.
I am a digital artist and I've been using Photoshop since 2000s. I still find it infinitely more comfortable to open mspaint and do quick resizing or image editing there. When I forced to use gimp I simultaneously want to a) kill myself b) kill developers of gimp and their family members.
Re: JS Paint – A web-based MS Paint remake
#255Neat, there's a multi-user mode: http://jspaint.ml/#session:test
This is fun. Try drawing programmatically: tools[7].paint(ctx, x, y); then run: $canvas.trigger('change.session-hook'); to flush your canvas changes to the server.
undoable(function(){
for(var i = 0; i