python-tcod icon indicating copy to clipboard operation
python-tcod copied to clipboard

Investigate building Python-tcod on Pyodide.

Open HexDecimal opened this issue 3 years ago • 1 comments

Unlike other Python-to-web ports, Pyodide has decent support for arbitrary Python C extensions. Libtcod is already known to work in Emscripten, so I only need to setup a proper build environment. I suspect it will break at first but any issues should be easy to fix.

HexDecimal avatar Dec 13 '22 18:12 HexDecimal

Compiled an experimental Pyodide wheel, currently uploaded to the 19.0.0 release page, but GitHub releases can not host wheels for micropip.install due to cross-site policy (Cross-Origin Resource Sharing).

HexDecimal avatar Jun 20 '25 21:06 HexDecimal