-
Notifications
You must be signed in to change notification settings - Fork 154
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
PyOpenGL / PySDL ? #210
Comments
For the starters - i just found out about this project 10 minutes ago, but i was interested in the topic for some time so i will try to share some knowledge i collected so far.
So the path i would go would be:
Overall it is the topic i will try to approach in upcoming month. Currently i haven't even compiled OpenGL/C++ with Emscripten yet, only Hello World example, but i know that it requires a bit of changes in the code. |
I wonder if PySDL (or whichever the python SDL binding that works in pypy best is) would be the easiest place to start, since people have already done SDL in wasm ? |
There are many emscripten apps that provide SDL (I guess it hooks into WebGL to provide OpenGL ES) ?
Would it be possible to provide pyopengl or PySDL ?
PypyJS looks like it would be fantastic for getting graphical python on the web.
The text was updated successfully, but these errors were encountered: