itsYakub / Colorful-Pixels

Simple and easy-to-use pixel-art editor.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Simple and easy-to-use pixel-art editor.

License:MIT License


Languages

Language:C++ 92.5%Language:CMake 6.6%Language:Shell 0.8%