mIRC art editor & tools (for EFnet #MiRCART)
Go to file
Lucio Andrés Illanes Albornoz 4b98d1cdf1 Various bugfixes & usability improvements.
1)  Assets window: adds clear list context menu item.
2)  Assets window: allow deleting multiple selected items.
3)  Assets window: fix list view cursor key navigation.
4)  Backend: correctly blend transparent background cursor cells with canvas character cells.
5)  Backend: correctly determine cell size & set font size.
6)  Backend: correctly unmask cursor.
7)  Backend: disable font anti-aliasing on Windows.
8)  Backend: render transparent background cells as RGBA #303030FF.
9)  Canvas window: adds <F1> accelerator for `View melp?' menu item.
10) Canvas window: implement {dockable,floating} toolbars w/ wx' AUI framework.
11) Canvas window: separate tools toolbar from edit commands toolbar & dock both on right-hand side alongside each other.
12) Flip horizontally tool: flip characters, including some Unicode symbols.
13) Flip vertically tool: flip additional Unicode symbols.
14) Text tool: don't process keyboard events w/ either of <{Alt,AltGr,Ctrl}> modifiers.

assets/images/roar.png: updated.
2019-09-27 20:17:39 +02:00
.vscode Initial {rotate,tile} operator implementation. 2019-09-23 09:21:57 +02:00
assets Various bugfixes & usability improvements. 2019-09-27 20:17:39 +02:00
libcanvas Various bugfixes & usability improvements. 2019-09-26 14:06:11 +02:00
libgui Various bugfixes & usability improvements. 2019-09-27 20:17:39 +02:00
liboperators Various bugfixes & usability improvements. 2019-09-27 20:17:39 +02:00
libroar Various bugfixes & usability improvements. 2019-09-27 20:17:39 +02:00
librtl Improve backend latency and throughput via batching. 2019-09-26 22:38:28 +02:00
libtools Various bugfixes & usability improvements. 2019-09-27 20:17:39 +02:00
.env .env: added. 2019-09-18 21:12:42 +02:00
.gitignore .gitignore: ignore build/. 2019-09-14 11:29:26 +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 Load & store LRU file dialogue directory. 2019-09-24 15:10:34 +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