Pixie is a small pixel drawing library writting in C and has no dependencies other than the C standard library.
- Make sure you have cmake installed.
- Run
./install.shto install debug version or./install.sh Releaseto build release version. - This builds
libpixie.aand examples to abuildfolder.
Pixie does not come with any documentation, but see examples for how to use the library.