pydk icon indicating copy to clipboard operation
pydk copied to clipboard

An universal Python/pip+Panda3d build framework for Pythons Everywhere ( and Everyone )

Results 11 pydk issues
Sort by recently updated
recently updated
newest added

Following the pattern `--` , values defined for `sysconfig.get_platform()` and `sysconfig.get_config_vars('MULTIARCH')`: shell.wasm.sh : `wasm_1_emscripten` or `wasm_1pic_emscripten` TODO: iirc there are variants API/ABI wasm/asm.js flavours regarding asyncify and threading for emscripten....

RFC / help wanted

side note harfbuzz + freetype2 is the most broken part in the build ( circular deps ).

roadmap-maybe-wontfix

disregarding PYTHONDONTWRITEBYTECODE around 687 replace ``` if pycompile: ``` by ``` if not os.environ.get('PYTHONDONTWRITEBYTECODE', not pycompile): ```

leading to huge size of pydk-min.zip

enhancement

because Panda3D should support it now

enhancement

as soon as pip-wasm is able to produce HPY modules.

roadmap-maybe-wontfix

because there's no libvorbisenc.a & libvorbisfile.a only libvorbis.a in emsdk vorbis port

Tough. Especially for Panda3D

roadmap-maybe-wontfix

and add the relevants wasm/ffi bindings with the help of https://docs.python.org/dev/c-api/init_config.html

enhancement

The pydk-all.sh completes but there is no apk. Is there another step? Also, I'm trying to use the usrinaengine which has a dependency on Pillow which seems to be x86...

question