暂无描述

blueloveTH c14f5f60df up 3 年之前
.github c14f5f60df up 3 年之前
docs 24b2140959 update readme 3 年之前
plugins c14f5f60df up 3 年之前
scripts 27f6290605 up 3 年之前
src a9bc5a2bde up 3 年之前
tests 79158fb4cd up 3 年之前
web 48e91c4f50 up 3 年之前
.gitattributes 0891000a46 init 3 年之前
.gitignore 4ccb124eec Update .gitignore 3 年之前
.gitmodules b247723b80 up 3 年之前
LICENSE ea3fc010f3 change license 3 年之前
README.md c447886a36 Update README.md 3 年之前
amalgamate.py bec74c7c8f up 3 年之前
build_cpp.sh 7ad0ed1e2e remove threaded vm 3 年之前
build_wasm.sh 7909f00e50 up 3 年之前
test_cpp.sh 85bbdeaf9c up 3 年之前

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