Skip to content

Commit 35871d2

Browse files
authored
Update README.md
1 parent cbed682 commit 35871d2

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,12 @@ Python WebAssembly at PyCon FR 2023 (in French):
185185
- [Current issues](https://github.com/pygame-web/pygbag/issues)
186186
- [Package porting](https://github.com/pygame-web/pkg-porting-wasm/issues)
187187
- [PyPI stats](https://pepy.tech/project/pygbag)
188-
- [Pyodide/Pyscript](https://github.com/pyodide/pyodide)
188+
189+
## Other Pythons in browser
190+
191+
- [Pyodide/Pyscript](https://github.com/pyodide/pyodide) ( py3.12+ not suitable for heavy games, music or 3D )
192+
- [Micropython/Pyscript](https://www.npmjs.com/package/@micropython/micropython-webassembly-pyscript) ( py3.4, no pygame, but pysdl2/javascript libraries possible )
193+
- PocketPy, not any Python spec compliant but sometimes close. Can make Terminal/raylib based games.
189194

190195
## Support
191196

0 commit comments

Comments
 (0)