Colorful Pixels is a simple and easy-to-use pixel-art editor.
Software supports all range of useful features, designed to make your life easy and comfortable:
- Clean User-Interface with light and dark theme.
- Full range of tools to draw, delete and manipulate your creations.
- Layer system with options to preview, lock, enable visibility and move every layer up and down.
- Versatile color manipulation.
- Clone this repository:
$ git clone https://github.com/itsYakub/Colorful-Pixels.git --depth=1 --branch=alpha1.0
$ cd Colorful-Pixels
- Create a binary folder:
$ mkdir bin/
$ cd bin/
- Create the generator file and build the final executable:
cmake .. -DPLATFORM=Desktop
cmake --build .
- Run the executable:
./colorful_pixels
This template is under the MIT Licence.