Aucune description

blueloveTH 6bd05dede8 up il y a 3 ans
.github 25ab9e3a0f Update main.yml il y a 3 ans
docs 24b2140959 update readme il y a 3 ans
plugins 6bd05dede8 up il y a 3 ans
scripts 27f6290605 up il y a 3 ans
src c2c7630320 Update memory.h il y a 3 ans
tests 79158fb4cd up il y a 3 ans
web 48e91c4f50 up il y a 3 ans
.gitattributes 0891000a46 init il y a 3 ans
.gitignore 4ccb124eec Update .gitignore il y a 3 ans
.gitmodules b247723b80 up il y a 3 ans
LICENSE ea3fc010f3 change license il y a 3 ans
README.md c447886a36 Update README.md il y a 3 ans
amalgamate.py ea3fc010f3 change license il y a 3 ans
build_cpp.sh 7ad0ed1e2e remove threaded vm il y a 3 ans
build_wasm.sh 7909f00e50 up il y a 3 ans
test_cpp.sh 85bbdeaf9c up il y a 3 ans

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