Will-Banksy / QPix

A WIP pixel art editor written in C++, using Qt
GNU General Public License v3.0
6 stars 1 forks source link

Add support for using images instead of single color pixels? #1

Open Entropy159 opened 8 months ago

Entropy159 commented 8 months ago

It would be nice to be able to select an image instead of a color, then paint using images on the grid. If you implement this, QPix will become great for Minecraft structure planning like I'm hoping.

Will-Banksy commented 8 months ago

That is an interesting idea. If I ever come back to work on QPix, I might consider implementing that, but QPix is kinda abandonware at this point. Feel free to fork the repo and add that functionality yourself though.