mirror of
https://github.com/lalbornoz/roar.git
synced 2024-11-02 13:56:39 +00:00
mIRC art editor & tools (for EFnet #MiRCART)
bc969295dd
1) Backend: initial optimised cell rendering Python C module implementation skeleton. 2) Backend: raise alpha blending {fore,back}ground colour coefficient to {0.8,1.0 - 0.8}, resp. 3) Backend: reimplement cell rendering using Draw{Rectangle,Text}List(). 4) Canvas window: eliminate {canvas,{scroll,tool}bar} flickering during resize. 5) Canvas window: fix cursor artifacts during resizing by masking cursor. 6) Canvas window: restore cursor after executing operations that remove it. 7) Import store: correctly parse non-conforming \u0003,<bg colour> sequences. 8) GUI: correctly save list of recently used files post-update. |
||
---|---|---|
.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