me.fier.draw/README.md

870 B

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