C0rupted / Vitrix

An open source FPS video game coded in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add build support for Windows

C0rupted opened this issue · comments

Tracking issue for Windows build support

Looking at using Ursina's built in build function for exporting, if it works, I will integrate it into the build.py

I seem to have a working implementation, but it is kind of inefficient, so I am working on ways to make it faster.

Looking, at the multiplayer.py, as notify2 uses dbus, which is still being developed on windows. But may use a platform-specific notification module import for that.

Might have to look into using win10toast module, but I'm unsure whether it will work with Windows 11 or not, looking into it though.

More info on the support for win10toast on the new issue for the project, #15

Build script support for windows is done, just fixing some problems in Vitrix itself...

Got a whole new build process now. Find issue #20.