C0rupted / Vitrix

An open source FPS video game coded in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix dependencies for Windows 10/11

C0rupted opened this issue · comments

Using win10toast module, to create notifications, rather than notify2 because there is no dbus support for windows

Don't know why just yet, but the skybox doesn't seem to be loading... making new issue for that

Running both modules is a little inefficient as you have to check the platform every time you want to make a notification. So now I made a notification.py script in the lib folder with a function called notify. It uses Tkinter to make a popup window with the error message! Working out the high jinks and getting icons working, but then I will commit and push the change

Everything works! Commit coming soon!
Closing...