Home
Softono
pixelater

pixelater

Open source MIT C
18
Stars
2
Forks
0
Issues
1
Watchers
1 year
Last Commit

About pixelater

A Pixel Art software written in C++ and raylib

Platforms

Web Self-hosted

Languages

C

Links

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