ericoporto / agstoolbox

🧰Utility Adventure Game Studio software to help manage, install, and uninstall different AGS Editor versions.

Home Page:https://www.adventuregamestudio.co.uk/forums/index.php?topic=59938.0

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

INITIAL TO-DO

ericoporto opened this issue · comments

Evaluate PyQt6, notification icons may be a little harder to work there, but overall querying APIs, hashing, extracting zip files and such are much easier to write and test in python because of its script like qualities. This would allow to also manage the AGS command line tools in other operating systems when they are released.

https://stackoverflow.com/questions/6389580/quick-and-easy-trayicon-with-python

(Additionally this would allow me to use PyCharm, which I like very much :)

  • working basics
  • figure how to provide a executable or installer for windows (python)
  • configure a CI!

ok, I got a working code with python3 3.9 and Qt6!

The basics are in place, now it's get going and figuring a CI release, but I will open new issues for these later