Paul m. p. Peny
Paul m. p. Peny
It seems on some safari versions ( mobile ?) automatic media startup fails and block whole startup process when it's not the whole WASM engine ! ( iOS
should raise when mp3/wav/bmp are found with no ogg/png counterpart see https://github.com/pygame-web/pygbag/blob/main/pygbag/optimizing.py when os != linux
automatically, with maybe `--githubci` and add "/build/web" and "/build/web-cache" to .gitignore ``` name: pygbag_build on: [workflow_dispatch] jobs: build-pygbag: name: Build for Emscripten pygbag runtime runs-on: ubuntu-latest steps: - uses: actions/checkout@v2...
Limited api / abi3 ( works with wasm, see Harfang ) https://github.com/pygame/pygame/issues/1357 https://github.com/pygame-community/pygame-ce/issues/785 cython or not ( well C is more readable indeed, so is Python with mypyc ) Hpy...
free font supporting complex scripts are huge eg FreeSerif.ttf 3.2M is is possible to narrow each major script type not supported by freesansbold.ttf and at least document/index minimal font supporting...
not currently implemented, probably need a javascript call [related](https://github.com/pygame-web/pygbag/issues/27)
go here https://github.com/pygame-web/pkg-porting-wasm/issues How to proceed : First check the existing package list **here** https://github.com/pygame-web/archives/tree/main/repo/pkg if proposed packages relies on other unavailable packages https://pygame-web.github.io/wiki/pkg is a smaller list of what...
investigate if llvm-strip can have effect rebuild all with -Os -g0 for v0.9 remove docstrings ? test some "pygame setup.py -stripped" support for all wheels : essentially track unused files...