mIRC art editor & tools (for EFnet #MiRCART)
Go to file
Lucio Andrés Illanes Albornoz bc969295dd Various bugfixes & usability improvements.
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.
2019-10-01 19:03:29 +02:00
.vscode Various bugfixes & usability improvements. 2019-10-01 19:03:29 +02:00
assets Various bugfixes & usability improvements. 2019-10-01 19:03:29 +02:00
libcanvas Various bugfixes & usability improvements. 2019-10-01 19:03:29 +02:00
libgui Various bugfixes & usability improvements. 2019-10-01 19:03:29 +02:00
liboperators Various bugfixes & usability improvements. 2019-09-27 20:17:39 +02:00
libroar Various bugfixes & usability improvements. 2019-10-01 19:03:29 +02:00
librtl Various bugfixes & usability improvements. 2019-10-01 19:03:29 +02:00
libtools Various bugfixes & usability improvements. 2019-10-01 19:03:29 +02:00
.env .env: added. 2019-09-18 21:12:42 +02:00
.gitignore Various bugfixes & usability improvements. 2019-10-01 19:03:29 +02:00
LICENCE ROAR! 2019-09-03 18:58:50 +02:00
README.md help im trapped inside the commit message oh hey who are OH NO AHHHHHH STOP NO DONT DO THAT AHHHHHHHHHHHHHHHHHH IM BLEEDING 2018-11-26 10:35:48 +01:00
requirements.txt Various bugfixes & usability improvements. 2019-09-23 18:49:33 +02:00
roar.py Implements automatic snapshotting & restoring from snapshots. 2019-09-28 19:45:45 +02:00
setup.py setup.py: added. 2019-09-14 11:23:29 +02:00

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:
    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