mIRC art editor & tools (for EFnet #MiRCART)
Go to file
Lucio Andrés Illanes Albornoz deba33deba Initial implementation of Arabic character reshaping & handling.
libgui/GuiCanvasWxBackend.py:{arabicShapes{},_reshapeArabic()}: initial implementation.
libgui/GuiCanvasWxBackend.py:draw{CursorMaskWithJournal,Patch}(): update type signature.
libgui/GuiCanvasWxBackend.py:drawPatch(): call _reshapeArabic() on Arabic character patches.
libroar/Roar{Assets,Canvas}Window.py: pass updated set of arguments to backend.draw{CursorWithMask,Patch}().
libtools/ToolText.py:{arabicRegEx{},_checkRtl()}: initial implementation.
libtools/ToolText.py:_processKeyChar(): call _checkRtl().
libtools/ToolText.py:onKeyboardEvent(): initial implementation of RTL backspace support.
assets/text/TODO: updated.
2019-09-16 14:13:44 +02:00
assets Initial implementation of Arabic character reshaping & handling. 2019-09-16 14:13:44 +02:00
libcanvas libcanvas/CanvasExportStore.py:exportTextBuffer(): correctly encode {bold,underline} cell state changes. 2019-09-16 08:52:04 +02:00
libgui Initial implementation of Arabic character reshaping & handling. 2019-09-16 14:13:44 +02:00
liboperators liboperators/OperatorFlipVertical.py:{flipPairs,apply()}: correctly flip flippable text characters. 2019-09-16 08:13:55 +02:00
libroar Initial implementation of Arabic character reshaping & handling. 2019-09-16 14:13:44 +02:00
librtl Implements recently used {directory,files} in {assets,application} windows & file dialogues. 2019-09-14 15:16:57 +02:00
libtools Initial implementation of Arabic character reshaping & handling. 2019-09-16 14:13:44 +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 setup.py: added. 2019-09-14 11:23:29 +02:00
roar.py Implements merged object tool & flip operators. 2019-09-15 11:06:25 +02:00
setup.py setup.py: added. 2019-09-14 11:23:29 +02:00

README.md

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