Paint.Net used to provide a link to its source, but I can't find it (although if I recall the link was hard to find). Does any one know if they no longer provide the source. I'm only looking for it as a .Net application to learn coding practices and architecture from.
Asked
Active
Viewed 3.5k times
3 Answers
48
The source is no longer available.
See here: http://blog.getpaint.net/2009/10/14/paintnet-v35-beta-3-build-3572-is-now-available/
And more info here: http://blog.getpaint.net/2007/12/04/freeware-authors-beware-of-“backspaceware”/

Kyle Trauberman
- 25,414
- 13
- 85
- 121

user204884
- 1,745
- 2
- 19
- 27
-
11Can't believe people actually were ripping the source code off like that ... I guess I should have known this was happening from the warning on the install. – Gern Blanston Nov 09 '09 at 16:24
-
31This is quite unfortunate. Unfortunately the only thing the original Author has done is take away something that was extremely useful for the community at large. In all reality it's still just as easy to decompile Paint.NET and replace all the Logo's, Title's and Names. And yet it's infinitely more difficult to contribute back to the project. The 'troll' won and we lost. It did not have to be this way. – Andrew T Finnell Feb 23 '15 at 16:59
-
1I'm very late there, but @AndrewTFinnell -- I agree that it did not have to be this way. I think in life, we have to be careful to not take reactive actions for a few rotten apples at the detriment of way more value added for way more people. Shit happen. Some people are bad. Etc. It is a risk, but most time a risk worth to take. Like you said, someone that still want to do this can just hack the program a little and still achieve the same thing that user that pissed him off did. Did the supposed "troll" or let's say "villain" won? Or everyone lost? – Michael Muryn Aug 16 '19 at 20:43
29
Paint.NET is no longer open source, but the last open source version was forked, and is available as OpenPDN (forked from here).

kenorb
- 155,785
- 88
- 678
- 743

Daniel Ellis
- 1,225
- 1
- 11
- 6
13
Although the Paint.Net source code is no longer available, there's a similar image editing program called Pinta which has drawn inspiration from the former. It's written in C# (although uses the GTK GUI toolkit) so the architecture from a programming point of view maybe somewhat similar. Here's the project page, and GitHub repository.

wonea
- 4,783
- 17
- 86
- 139