/Pixie

Primary LanguageC++MIT LicenseMIT

Pixie

Pixie is a pixel art editor written in C++ and SDL2 still in early stages of development

Requirements

  • Any c++ compiler thats supports c++20
  • Cmake >= 3.18
  • Make

TODO

Screenshots

Building

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

Contributing

Libraries used