mIRC art editor & tools (for EFnet #MiRCART)
Go to file
Lucio Andrés Illanes Albornoz e656f549ff Initial text support implementation, pt. III.
Generate TTF texture ad hoc.
2018-07-02 22:49:43 +02:00
assets Initial text support implementation, pt. III. 2018-07-02 22:49:43 +02:00
.gitignore Initial commit. 2018-06-27 17:09:32 +02:00
ENNTool.py Initial text support implementation, pt. III. 2018-07-02 22:49:43 +02:00
ENNToolGLCanvasPanel.py Initial text support implementation, pt. III. 2018-07-02 22:49:43 +02:00
ENNToolGLTTFTexture.py Initial text support implementation, pt. III. 2018-07-02 22:49:43 +02:00
ENNToolMiRCARTColours.py Initial text support implementation, pt. I. 2018-06-27 19:13:20 +02:00
ENNToolMiRCARTImporter.py Initial commit. 2018-06-27 17:09:32 +02:00
LICENCE Initial commit. 2018-06-27 17:09:32 +02:00
README.md Initial text support implementation, pt. III. 2018-07-02 22:49:43 +02:00

ENNTool -- mIRC art animation tool (for EFnet #MiRCART) (WIP)

Copyright (c) 2018 Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de>
This project is licensed under the terms of the MIT licence.

  • Prerequisites on Windows: install Python v3.5.x and script dependencies w/ the following elevated command prompt command line:
    pip install chardet numpy opencv-python Pillow PyOpenGL wxPython