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