Skip to content

itsYakub/Colorful-Pixels

Repository files navigation

Colorful Pixels 🎨

C++ Windows Linux WebGL GitHub Itch.io Ko-Fi

Overview:

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.

Installation:

0. Prerequesites:

1. Manual setup:

  • 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

Credits:

Licence:

This template is under the MIT Licence.