A dead-simple crappy drawing program.
Go to file
Fierelier a717b8cbe5 Do not accelerate SDL renderer 2023-04-17 13:25:28 +02:00
assets Add preview image 2023-04-17 00:30:55 +02:00
user Do not accelerate SDL renderer 2023-04-17 13:25:28 +02:00
LICENSE Initial commit 2023-04-17 00:22:53 +02:00
README.md Fix Windows PySDL2 prerequisite 2023-04-17 13:24:38 +02:00
draw.py Initial commit 2023-04-17 00:22:53 +02:00

README.md

me.fier.draw

A dead-simple crappy drawing program that I may or may not expand at a later date.

preview

Quirks

  • If you resize the window, your image is gone.
  • There is no erase.

Tweaking

If you look in user/modules/me/fier/draw/main.py, you can change several things like background color, brush color, brush smoothing (brushSpeed) and framerate.

Prerequisites

Python 3.4 or up

PySDL2

  • Windows: py -m pip install pysdl2 pysdl2-dll
  • Debian: apt install python3-sdl2

toml

  • Windows: py -m pip install toml
  • Debian: apt install python3-toml