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

Python support #131

Open
ItsCubeTime opened this issue Oct 25, 2024 · 5 comments
Open

Python support #131

ItsCubeTime opened this issue Oct 25, 2024 · 5 comments
Labels
language request Requests for language support

Comments

@ItsCubeTime
Copy link

No description provided.

@makspll
Copy link
Owner

makspll commented Nov 4, 2024

Yeah I am open! It'd be slow as hell but could be nice for some applications!

@ItsCubeTime
Copy link
Author

I'm glad! Please let me know if anyone picks this up. Theres a great lack of high performance game engines with some form of runtime Python API.

@mad-moo
Copy link

mad-moo commented Jan 1, 2025

Have you considered using PyPy instead of CPython? It's not 100% compatible, but often close enough, and much faster. Sounds like a great fit for a game engine

@ItsCubeTime
Copy link
Author

@mad-moo For me personally, any compatibility issues with CPython could prove problematic as I would want to be able to make good use of the full ecosystem on https://www.pypi.org/

But since all thats needed is really just some kind of API and since Python itself doesn't require any build step, maybe it would be possible to support several Python runtimes?

@mad-moo
Copy link

mad-moo commented Jan 1, 2025

You're right. The ecosystem is of course one of the main points of Python. But in the context of a Game, speed is too. I'd say PyPy is worth considering.

But since all thats needed is really just some kind of API and since Python itself doesn't require any build step, maybe it would be possible to support several Python runtimes?

That's a good point. Given that PyPy is trying to be compatible, it may be possible to support both without much code - I don't know

@makspll makspll changed the title [Feature Request] Python integration? :) Python support Feb 1, 2025
@makspll makspll added the language request Requests for language support label Feb 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
language request Requests for language support
Projects
None yet
Development

No branches or pull requests

3 participants