The Pixel Art Program
This is a simple, no frills art program. What you see is what you get. Currently only supporting .png images, you can set any canvas any size you like, any RGBA color, and edit existing .png images.
Although note this program was designed with small pixel art projects in mind. Perhaps 256x256 and smaller
I hope to release the program within the next couple of weeks. After releasing the software and source code, I hope to use it as an opportunity to teach newer developers the thought process and design choices that went into creating this. I also hope to receive feedback from developers more experienced than me.
There are no licenses or any restrictions on the code. Once released- use, edit, modify, do whatever you like. This is my form of giving back to all of the people much smarter than me that made it even possible for me to make something like this. Without the developers who've abstracted away the more nuanced details like IO, GUI, etc this wouldn't have been possible. So thank you to all of those people
Download (Currently unavailable)
Going forward after the pixel art program, I will start development on a tilemap maker.