Nessuna descrizione

blueloveTH e82e33b678 Update pocketpy.h 3 anni fa
.github 593bf4befb up 3 anni fa
docs 24b2140959 update readme 3 anni fa
plugins 802e5f8b20 up 3 anni fa
scripts 802e5f8b20 up 3 anni fa
src e82e33b678 Update pocketpy.h 3 anni fa
tests e81c1c4491 up 3 anni fa
web e81c1c4491 up 3 anni fa
.gitattributes 0891000a46 init 3 anni fa
.gitignore 593bf4befb up 3 anni fa
.gitmodules b247723b80 up 3 anni fa
LICENSE ea3fc010f3 change license 3 anni fa
README.md c447886a36 Update README.md 3 anni fa
amalgamate.py 802e5f8b20 up 3 anni fa
build_cpp.sh 7ad0ed1e2e remove threaded vm 3 anni fa
build_wasm.sh 7909f00e50 up 3 anni fa
test_cpp.sh 85bbdeaf9c up 3 anni fa

README.md

pocketpy

PocketPy is a lightweight(~5000 LOC) Python interpreter for game engines.

It is extremely easy to embed. Including a compiler, optimizer and bytecode virtual machine. All of them are available in a single header file pocketpy.h, without external dependencies.

Please see https://pocketpy.dev for details or try Live Demo.

sample_img

Reference

License

MIT License