This is the start of a .NET pixel art drawing app, mainly to demonstrate pixel precision drawing. Try it with it enabled and also not. There is a loaded palette file test.pal which is in the project directory, so if you are like me and like to refresh projects, make sure you backup the test.pal file or you will have to create one. If you do, each line in the .pal file needs to be an rgb value separated by spaces, in the following format.

0 0 0
255 0 0
...

If you have any tips, such as optimization or anything whatsoever, please respond in this thread and add your edit. Since this is the codebank, please make sure your example is complete and note your changes, otherwise it belongs in a regular discussion.

Feel free to make use of the application.

The application does not contain binaries, just a Visual Studio 2013 Community Update 5 - Project.

app_103.zip