mirror of
https://github.com/lalbornoz/roar.git
synced 2024-11-02 13:56:39 +00:00
mIRC art editor & tools (for EFnet #MiRCART)
90840bd0a0
1) Canvas window: clear new canvases w/ [-1, -1] by default. 2) Canvas window: don't create new canvas on initialisation. 3) Canvas window: set default brush colours to [3, 9]. 4) Erase tool: correctly fill non-text cells w/ background colour. 5) GUI: correctly show current operator name in status bar whilst active. 6) GUI: {de,in}crease canvas {height,width} w/ <Ctrl> & cursor keys. 7) GUI: disable tiling items unless current tool is object tool. 8) GUI: select tool w/ <F2-F10> accelerators. |
||
---|---|---|
.vscode | ||
assets | ||
libcanvas | ||
libgui | ||
liboperators | ||
libroar | ||
librtl | ||
libtools | ||
.env | ||
.gitignore | ||
LICENCE | ||
README.md | ||
requirements.txt | ||
roar.py | ||
setup.py |
roar.py -- mIRC art editor for Windows & Linux (WIP)
- Prerequisites on Windows: install Python v3.6.x[1] and script dependencies w/ the following elevated command prompt command line:
pip install requests urllib3 wxPython
- Prerequisites on Linux: python3 && python-wx{gtk2.8,tools} on Debian-family Linux distributions
- Screenshot:
References:
Fri, 05 Jan 2018 17:01:47 +0100 [1] Python Releases for Windows | Python.org https://www.python.org/downloads/windows/
vim:ff=dos tw=0