-
Notifications
You must be signed in to change notification settings - Fork 0
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
box2d-py to wasm #16
Comments
building box2d release 2.4.1 to wasm succeed with i'll try pybox2d soon that apparently has its own copy of box2d |
I don't know how to compile a python project to wasm which has c-compiled files. If you have any document or idea, please tell me. |
build of git unmodified pybox2d is available via NB: pygame_framework.PygameFramework.run must be converted upstream to async for running examples. I tested "Box2D/examples/pinball.py" which works but has a bug when framework finds pygame_gui ( balls are launched above table) |
pygbag git now supports box2d example framework |
that's not a box2d error, but a pygame.gfxdraw one. |
here the code: |
Thanks, it's a wasm pygame port bug and issues is now there pygame-community/pygame-ce#2082 |
Hello, I want play gymnasium games in web page, so I use pygbag. The problem is gymnasium use box2d, so i need box2d wasm, but I dont know how to compile box2d. Can any one help?
https://github.com/pybox2d/pybox2d
The text was updated successfully, but these errors were encountered: