vbe0201 / 3DS.py

Python on your Nintendo 3DS
Apache License 2.0
133 stars 7 forks source link

Would this work with Nuitka? #10

Open Eeems opened 4 years ago

Eeems commented 4 years ago

https://nuitka.net/

I'd be interested to know if the runtime provided by 3DS.py would work with Nuitka. If so, it would provide a mechanism to run python with better performance. I'd be interested in implementing this so that python could be used to speed up development on things that don't require as tight an integration as C/C++.

vbe0201 commented 4 years ago

I've never used it before so I can't make an accurate statement about it. It shouldn't be unfeasible to get it to work.

I haven't checked the source code but here is some advice if you're planning to roll a customized backend for the 3DS:

If you're running into issues, feel free to join the 3DS.py Discord server and mention Vale#5252 for more specific help.