Bez popisu

blueloveTH 7796369fb7 Update obj.h před 3 roky
.github 25ab9e3a0f Update main.yml před 3 roky
docs 24b2140959 update readme před 3 roky
plugins 527f543cf0 up před 3 roky
scripts 27f6290605 up před 3 roky
src 7796369fb7 Update obj.h před 3 roky
tests 79158fb4cd up před 3 roky
web 7ad0ed1e2e remove threaded vm před 3 roky
.gitattributes 0891000a46 init před 3 roky
.gitignore 4ccb124eec Update .gitignore před 3 roky
.gitmodules b247723b80 up před 3 roky
LICENSE ea3fc010f3 change license před 3 roky
README.md c447886a36 Update README.md před 3 roky
amalgamate.py ea3fc010f3 change license před 3 roky
build_cpp.sh 7ad0ed1e2e remove threaded vm před 3 roky
build_wasm.sh 7909f00e50 up před 3 roky
test_cpp.sh 85bbdeaf9c up před 3 roky

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