Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 545 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 545 Bytes

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