|
|
3 anni fa | |
|---|---|---|
| .github | 3 anni fa | |
| docs | 3 anni fa | |
| plugins | 3 anni fa | |
| scripts | 3 anni fa | |
| src | 3 anni fa | |
| tests | 3 anni fa | |
| web | 3 anni fa | |
| .gitattributes | 3 anni fa | |
| .gitignore | 3 anni fa | |
| .gitmodules | 3 anni fa | |
| LICENSE | 3 anni fa | |
| README.md | 3 anni fa | |
| amalgamate.py | 3 anni fa | |
| build_cpp.sh | 3 anni fa | |
| build_wasm.sh | 3 anni fa | |
| test_cpp.sh | 3 anni fa |
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