Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compile with nuitka instead of cx_Freeze #33

Open
Jaydenha09 opened this issue Oct 8, 2024 · 1 comment
Open

Compile with nuitka instead of cx_Freeze #33

Jaydenha09 opened this issue Oct 8, 2024 · 1 comment

Comments

@Jaydenha09
Copy link

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

@ZenithVal
Copy link
Owner

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 #21) and I don't know if I can implement this into Actions? (Never really used them before, apologies)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants