Does Paint.Net still provide its source code

36.3k Views Asked by At

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.

3

There are 3 best solutions below

3
On BEST ANSWER
0
On

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.

0
On

Paint.NET is no longer open source, but the last open source version was forked, and is available as OpenPDN (forked from here).