|
|
3 år sedan | |
|---|---|---|
| .github | 3 år sedan | |
| docs | 3 år sedan | |
| scripts | 3 år sedan | |
| src | 3 år sedan | |
| tests | 3 år sedan | |
| web | 3 år sedan | |
| .gitattributes | 3 år sedan | |
| .gitignore | 3 år sedan | |
| LICENSE | 3 år sedan | |
| README.md | 3 år sedan | |
| amalgamate.py | 3 år sedan | |
| build_cpp.sh | 3 år sedan | |
| build_wasm.sh | 3 år sedan | |
| test_cpp.sh | 3 år sedan |
C++17 single-file header-only cross platform Python Interpreter.
pocketpy is being heavy development now.
You can try our demo on your browser or download a prebuilt windows binary.
First clone the repository
git clone https://github.com/blueloveTH/pocketpy
cd pocketpy
Then run
python3 amalgamate.py
It will generate pocketpy.h and main.cpp in amalgamated/ directory. You can use main.cpp to build a REPL console or use pocketpy.h to embed it to your game engine.
https://github.com/blueloveTH/pocketpy-flutter