Aucune description

blueloveTH 49b19160b4 up il y a 3 ans
.github 46350b0964 Update pubspec.yaml il y a 3 ans
docs 24b2140959 update readme il y a 3 ans
plugins 49b19160b4 up il y a 3 ans
scripts 9a64870f89 up il y a 3 ans
src 212ab7214f up il y a 3 ans
tests 212ab7214f up il y a 3 ans
web 054a2a6873 add RecursionError il y a 3 ans
.gitattributes 0891000a46 init il y a 3 ans
.gitignore b4e95b1bab up il y a 3 ans
.gitmodules b247723b80 up il y a 3 ans
LICENSE 5fe61c2e11 up il y a 3 ans
README.md 609d7e68d8 up il y a 3 ans
amalgamate.py e6bf164008 up il y a 3 ans
build_cpp.sh af776bb4aa disable rtti il y a 3 ans
build_wasm.sh ced777da5d Update build_wasm.sh il y a 3 ans
test_cpp.sh b05594ce58 optimize il y a 3 ans

README.md

pocketpy

C++17 header-only Python interpreter for game engines.

Please see https://pocketpy.dev for detailed documentations.

sample_img

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