OSCLeash icon indicating copy to clipboard operation
OSCLeash copied to clipboard

Compile with nuitka instead of cx_Freeze

Open Jaydenha09 opened this issue 1 year ago • 1 comments

nuitka does boost performance a bit by converting the code to c+, also they have a guide on how to setup github action to publish binary, I wont trust or run any binary compiled on random person's pc

Jaydenha09 avatar Oct 08 '24 05:10 Jaydenha09

I'll look into Nuitka in the future ~ if it magically converts everything to C+ that's actually a huge potential performance boost when OSCLeash is handling avatars with LOTS of parameters that update every frame.

All of OSCLeash is available here on Github so anyone concerned can always build it themselves if they want to. I'd still love to have actions set up eventually but my only concern is that to solve a lot false positives, I built my own bootloader (see https://github.com/ZenithVal/OSCLeash/issues/21) and I don't know if I can implement this into Actions? (Never really used them before, apologies)

ZenithVal avatar Oct 17 '24 04:10 ZenithVal