pygame-web / pkg-porting-wasm

Tracks porting efforts on some modules you'd like to have working in pygbag
https://pygame-web.github.io/wiki/pkg/
5 stars 0 forks source link

pyglet #30

Open pmp-p opened 10 months ago

pmp-p commented 10 months ago

in order to support potential Arcade transition to WebGL, partial pyglet support has been added

https://pygame-web.github.io/showroom/pythongit.html#src/test_pyglet.py

NB: there's no font support because pygame/panda3d can provide freetype+harfbuzz

tigercoding56 commented 9 months ago

in order to support potential Arcade transition to WebGL, partial pyglet support has been added

pygame-web.github.io/showroom/pythongit.html#src/test_pyglet.py

NB: there's no font support because pygame/panda3d can provide freetype+harfbuzz

someone should document the differences in the pygame-web.github.io wiki i spend way to long wondering why fonts did not work also maybe a example of how to use these modules to display text would be good

pmp-p commented 9 months ago

The wiki is open to everyone for editing. "Someone" can be YOU.

Also don't use pyglet but Panda3D instead if you need documentation and support.

tigercoding56 commented 9 months ago

The wiki is open to everyone for editing. "Someone" can be YOU.

Also don't use pyglet but Panda3D instead if you need documentation and support.

ok