Aucune description

blueloveTH 0a101be880 up il y a 3 ans
.github 94bfc2336a optimize il y a 3 ans
docs 24b2140959 update readme il y a 3 ans
plugins 0a101be880 up il y a 3 ans
scripts e9fc527aff add ArgList il y a 3 ans
src 94bfc2336a optimize il y a 3 ans
tests b35e46265b fix a bug il y a 3 ans
web 054a2a6873 add RecursionError il y a 3 ans
.gitattributes 0891000a46 init il y a 3 ans
.gitignore 5fe61c2e11 up il y a 3 ans
.gitmodules b247723b80 up il y a 3 ans
LICENSE 5fe61c2e11 up il y a 3 ans
README.md 1bfbe97e6e Update README.md il y a 3 ans
amalgamate.py 0a101be880 up il y a 3 ans
build_cpp.sh 29c2618c9e some fix il y a 3 ans
build_wasm.sh 2060b7ba7a fix _c il y a 3 ans
test_cpp.sh b05594ce58 optimize il y a 3 ans

README.md

pocketpy

build

C++17 single-file header-only cross platform Python Interpreter.

sample_img

Documentations

See https://pocketpy.dev

Build From Source (Linux)

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.

Reference