SkillAgentSearch skills...

Evilpixie

Pixel-oriented paint program, modelled on Deluxe Paint

Install / Use

/learn @bcampbell/Evilpixie
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

EvilPixie

Homepage: http://evilpixie.scumways.com

Overview

A pixel-oriented paint program. If you ever used Deluxe Paint, this should be familiar :-)

Requirements

Depends upon:

  • Qt 6
  • libimpy
  • libpng
  • giflib (version 5)
  • libjpeg

For Debian/Unbuntu, this means something like:

$ sudo apt install qt6-base-dev qt6-tools-dev libjpeg-dev libpng-dev libgif-dev

Building from source

Under Linux, Mac and Windows (under msys2):

$ git clone https://github.com/bcampbell/evilpixie.git
$ cd evilpixie
$ meson setup --buildtype release build
$ meson compile -C build

Under Linux, you can then install it with:

$ meson install -C build

By default the install prefix is /usr/local, but you can specify a different install location during setup:

$meson setup --prefix /tmp/epinstall build

Related Skills

View on GitHub
GitHub Stars45
CategoryDevelopment
Updated2mo ago
Forks3

Languages

C++

Security Score

95/100

Audited on Jan 17, 2026

No findings