Pixie is a pixel art editor written in C++ and SDL2 still in early stages of development
- Any c++ compiler thats supports c++20
- Cmake >= 3.18
- Make
Currently, only Linux is supported
Build and run:
git clone https://github.com/wwsmiff/Pixie
cd Pixie
cmake -S . -B build # To initialize cmake
cmake --build build # To build the project
./build/Pixie # To run it