Simple qt based pen application
- Pen, marker, eraser tools
- Line spline, circle drawing
- Color selection
- Thickness selection
- Pen preview
- White, black, transparent backgrounds
- Square, line, none overlays
- Multiple pages
- Undo, redo buttons
- Screenshot
- Clear, exit confirm dialogs
- Minimize button
- Multi touch support
- Gfx tablet support
- Movable floating toolbox
For debian:
apt install meson ninja-build qtbase5-dev qtchooser libglib2.0-dev
For archlinux:
pacman -Syu meson ninja qt5-base qt5-tools glib2
For alpine:
apk add qt5-qtbase-dev qt5-qttools-dev glib-dev
meson setup build
ninja -C build
ninja -C build install
apt install -yq meson devscripts
# run as root
mk-build-deps -ir
# run as user
dpkg-buildpackage -us -uc