Live data from Hacker News

XP Paint – A Web-Based Version of Window XP's MS Paint

chowderman.github.io

41–50 of 111 posts

Re: XP Paint – A Web-Based Version of Window XP's MS Paint

#41
These always miss my favorite hidden feature of mspaint: Control + Scrolling should be able to increase/decrease the size of the brush to sizes much larger than you can normally select. Instead, this just zooms the browser but maybe it could be changed to alt + scroll or something.

Re: XP Paint – A Web-Based Version of Window XP's MS Paint

#43
post #25

This version of MS Paint is like the peak example of covering 99% of basic use cases while being incredibly simple to use. Whenever I need to make an arbitrary image real quick I miss this version of Paint. Nothing else I can find in 2020 even comes close to its intuitive interface.

> I miss this version of Paint Well you are in luck: https://archive.org/details/MSPaintWinXP I use this all the time on my Windows 10 box. Just download, rename to "mspaintxp.exe" and put it in C:\Windows\System32. Optionally update Paint shortcut to point to that one so when you type "Paint" in start menu that's the new default.

In fact, you don't need to go to all this trouble if you don't want to. Someone has made a web-based version of paint you can use right from your browser, even if you don't have Windows installed. Link: https://chowderman.github.io/xp-paint.html

Re: XP Paint – A Web-Based Version of Window XP's MS Paint

#44
post #20

Looks like this is a fork of https://jspaint.app/

What is the difference between those two?

The main differences are:

* it works totally offline (it performs no XHR requests and none of the libraries are linked to CDNs or other sites)

* is contained within a single ~1 MB in size .html file (I baked all images, scripts, style sheets, etc. within a single file)

* is lighter, as I removed some features to keep it closer to the original (but kept a few like the history and rendering as a GIF)

* is Win XP themed instead of Win 95

Re: XP Paint – A Web-Based Version of Window XP's MS Paint

#45

Earlier quoted context omitted.

you know it! It had a sleek and modern look for the time, while still having the simplicity and user-friendliness of MS Paint from Win 95/98. really wish this version of paint was still supported in Win 10

Surely it can be packed as an Electron app?

It can be packed very easily actually! It is a single HTML file, so you can easily embed it into an electron app or a webview if you wanted. Only problem is it would bring the total size to ~100 MB instead of ~1 MB, and would be tough to make it a single .exe file.

Re: XP Paint – A Web-Based Version of Window XP's MS Paint

#46
post #43
post #25

Earlier quoted context omitted.

> I miss this version of Paint Well you are in luck: https://archive.org/details/MSPaintWinXP I use this all the time on my Windows 10 box. Just download, rename to "mspaintxp.exe" and put it in C:\Windows\System32. Optionally update Paint shortcut to point to that one so when you type "Paint" in start menu that's the new default.

In fact, you don't need to go to all this trouble if you don't want to. Someone has made a web-based version of paint you can use right from your browser, even if you don't have Windows installed. Link: https://chowderman.github.io/xp-paint.html

That's awesome! Someone should post this on HN.

Re: XP Paint – A Web-Based Version of Window XP's MS Paint

#49

This version of MS Paint is like the peak example of covering 99% of basic use cases while being incredibly simple to use. Whenever I need to make an arbitrary image real quick I miss this version of Paint. Nothing else I can find in 2020 even comes close to its intuitive interface.

Isn't mspaint in Windows 10 basically the same thing but with a ribbon instead of a toolbar? I don't much care for the ribbon but I'm used to it now. Hitting WinKey-R, mspaint, [Enter] is still my goto for simple picture editing, even just recording a screenshot despite the existence of the snipping tool... Other than the minor annoyance of getting used to the ribbon I felt as if I was still using the same old paint…

I immediately searched for the XP version the first time I encountered this extremely frustrating behaviour:

https://answers.microsoft.com/en-us/windows/forum/windows_10...

Re: XP Paint – A Web-Based Version of Window XP's MS Paint

#50
post #25

This version of MS Paint is like the peak example of covering 99% of basic use cases while being incredibly simple to use. Whenever I need to make an arbitrary image real quick I miss this version of Paint. Nothing else I can find in 2020 even comes close to its intuitive interface.

> I miss this version of Paint Well you are in luck: https://archive.org/details/MSPaintWinXP I use this all the time on my Windows 10 box. Just download, rename to "mspaintxp.exe" and put it in C:\Windows\System32. Optionally update Paint shortcut to point to that one so when you type "Paint" in start menu that's the new default.

Me too, along with calc.exe --- starting with Win7, https://news.ycombinator.com/item?id=10791667 among other issues appeared, and then in Win10, https://news.ycombinator.com/item?id=17670644

It's really sad that one of the world's biggest software companies can't make a fully-working calculator.

Post reply on HN