pydk
pydk copied to clipboard
An universal Python/pip+Panda3d build framework for Pythons Everywhere ( and Everyone )
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....
side note harfbuzz + freetype2 is the most broken part in the build ( circular deps ).
disregarding PYTHONDONTWRITEBYTECODE around 687 replace ``` if pycompile: ``` by ``` if not os.environ.get('PYTHONDONTWRITEBYTECODE', not pycompile): ```
as soon as pip-wasm is able to produce HPY modules.
because there's no libvorbisenc.a & libvorbisfile.a only libvorbis.a in emsdk vorbis port
and add the relevants wasm/ffi bindings with the help of https://docs.python.org/dev/c-api/init_config.html
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...