Paul m. p. Peny

Results 90 issues of Paul m. p. Peny

to record events for game replay

enhancement
next release

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

bug
help wanted

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

bug
good first issue

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...

good first issue

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...

documentation

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...

enhancement
help wanted

not currently implemented, probably need a javascript call [related](https://github.com/pygame-web/pygbag/issues/27)

help wanted
good first issue

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...

help wanted

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...

minimal example would be connecting to a webirc lobby

documentation