|
|
před 3 roky | |
|---|---|---|
| .github | před 3 roky | |
| docs | před 3 roky | |
| plugins | před 3 roky | |
| scripts | před 3 roky | |
| src | před 3 roky | |
| tests | před 3 roky | |
| web | před 3 roky | |
| .gitattributes | před 3 roky | |
| .gitignore | před 3 roky | |
| .gitmodules | před 3 roky | |
| LICENSE | před 3 roky | |
| README.md | před 3 roky | |
| amalgamate.py | před 3 roky | |
| build_cpp.sh | před 3 roky | |
| build_wasm.sh | před 3 roky | |
| test_cpp.sh | před 3 roky |
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.
MIT License