Skip to content

wwsmiff/Pixie

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages