Print Page | Close Window

New painting program

Printed From: Pixel Joint
Category: The Lounge
Forum Name: Resources and Support
Forum Discription: Help your fellow pixel artists out with links to good tutorials, other forums, software, fonts, etc. Bugs and support issues should go here as well.
URL: https://pixeljoint.com/forum/forum_posts.asp?TID=10428
Printed Date: 11 September 2025 at 4:03am


Topic: New painting program
Posted By: Aardwolf
Subject: New painting program
Date Posted: 30 May 2010 at 10:23am
Hello,

I'm making a painting program, called LodePaint. It's quite tailered for pixel editing, and supports an alpha channel in a very easy way. It's completely open source and free.

It can be found here: https://sourceforge.net/projects/lodepaint/ - https://sourceforge.net/projects/lodepaint/

While Photoshop and Gimp are made more for printing, publishing, and non-per-pixel work, LodePaint is made more to be per-pixel. It's inspired by such programs as KolourPaint and Paint Shop Prop 6 & lower.

Various features were added exactly to be easy for per-pixel work. For example, the arrow keys move the mouse exactly one pixel, it's possible to zoom while dragging selections or rectangles,  the left and right mouse button both have a color, pixel grid with custom sizes, different non-antialiased pixel tools, pixel art filters and pixel art scaling (hq2x, Scale2x and Scale3x), and easy editing of the alpha channel.

Since you guys are pixel artists, could you try it out, and let me know what you think? Suggestions for new features or fixes are welcome. And icon sets for the toolbar and tools are also welcome!

P.S. This program uses OpenGL and the 3D video card for fast rendering of the translucent things, please make sure you have video card drivers from NVidia or ATI to make it run smoothly!




Replies:
Posted By: jalonso
Date Posted: 30 May 2010 at 10:29am
Mac users ignored :(

-------------
http://www.pixeljoint.com/forum/forum_posts.asp?TID=9378&FID=6&PR=3 - PJs FAQ <•> http://www.pixeljoint.com/forum/forum_topics.asp?FID=6 - Sticky Reads


Posted By: Aardwolf
Date Posted: 30 May 2010 at 10:46am
Originally posted by jalonso

Mac users ignored :(


Sorry for that! It is multiplatform though and can be extended to Mac later. It currently works on Linux, Windows and Amiga. To make it support Mac, someone who has a Mac would have to compile the source code for Mac and implement a few Mac-specific C++ functions (for clipboard, file browsing, persistent settings and plugin support)!

If someone would like to port it to Mac and submit the code to the LodePaint SVN on SourceForge, feel free to let me know. I estimate it takes less than a day of programming to port it to Mac, as long as you're good with C++ and the API's on Mac.


Posted By: greenraven
Date Posted: 30 May 2010 at 10:51am
Looks pretty interesting.

Am I the only one that seems to notice a sudden flood of these new programs? What is this some sort of pixelated gold rush?


-------------
"pwnage comes with patience, practice and planning." ~ Jalonso   


Posted By: jalonso
Date Posted: 30 May 2010 at 10:53am
Oh well, since I can't play and review, maybe someone with Windoze or Linux will.

-------------
http://www.pixeljoint.com/forum/forum_posts.asp?TID=9378&FID=6&PR=3 - PJs FAQ <•> http://www.pixeljoint.com/forum/forum_topics.asp?FID=6 - Sticky Reads


Posted By: onek
Date Posted: 30 May 2010 at 11:14am
from the screenshot alone id say u should add an extra 100% view window, thats quite essential for PA.... also the windows suck up too much space, its important to have a big canvas... maybe manage some windows with tabs, like the RGB slider and the palette window, maybe also let go of the values for the slider and just have them shown when u change them or something....
i think its better to have the tool settings on right click then having different colors.. its not too important anyways imo, i think it color management works much better with the eyedroper tool on 'alt' as in photoshop
also id be nice to be able to change tool size with the mousewheel
heres an edit of a different layout



Posted By: Aardwolf
Date Posted: 30 May 2010 at 11:36am
The layout of the program has changed slightly since the last screenshot on sourceforge, it now looks more like this:



I understand that the panels take up a lot of space. I'll keep this in mind for a later version. I see possible room for improvement. Changing the icon size of the tools is indeed a good idea :) And it must indeed be possible to make the panels on the right smaller.

About having alt for color dropper: While I have inspired a few shortcuts by Photoshop, I think this one will be hard. Alt is already reserved and planned for many other things. But instead, it's possible to quickly switch between color picker and the previous tool with 'c' and 'v'.

Right click tool settings is also not possible because it's essential (to me at least!) that the right mouse button is a second color to paint with.



Print Page | Close Window