|
|
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 |
C++17 header-only Python interpreter for game engines.
Please see https://pocketpy.dev for details or try Live Demo.
PocketPy is undergoing a major reconstruction.
The next version, 0.8.x, is a huge break change compared with 0.6.x.
Changes in 0.8.x:
Since the main purpose of PocketPy is for game engines, which is usually single-threaded. We will change some designs to fit this situation. All threaded interfaces will be deleted. PocketPy will no longer provide thread support at the C language level. If one needs to run the virtual machine in a thread, we recommend to use the thread support provided by the host language.