Skip to content

SafarSoFar/pixelater

Repository files navigation

Pixelater

Pixelater - is a free and open-source pixel art software. Developed with C++, Raylib graphics lib and ImGUI GUI lib.

Currently the software tested only on Linux, all building settings are for Linux and compiles with Linux compiler flags.

Feature examples

Shapes drawing

X,Y symmetry

Usage

Build with CMake, Make

// from build folder run
cmake ..

// build exe with make
make

// run
./pixelater