mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 11:30:18 +00:00
...
This commit is contained in:
parent
506e799866
commit
1b03a9dabb
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
**English |** [**简体中文**](README_zh.md)
|
**English |** [**简体中文**](README_zh.md)
|
||||||
|
|
||||||
pkpy is a lightweight(~10000 LOC) Python interpreter for game scripting, built on C++17 with STL.
|
pkpy is a lightweight(~14K LOC) Python interpreter for game scripting, built on C++17 with STL.
|
||||||
|
|
||||||
It aims to be an alternative to lua for game scripting, with elegant syntax, powerful features and competitive performance.
|
It aims to be an alternative to lua for game scripting, with elegant syntax, powerful features and competitive performance.
|
||||||
pkpy is extremely easy to embed via a single header file `pocketpy.h`, without external dependencies.
|
pkpy is extremely easy to embed via a single header file `pocketpy.h`, without external dependencies.
|
||||||
|
@ -5,7 +5,7 @@ label: Welcome
|
|||||||
|
|
||||||
# Welcome to pocketpy
|
# Welcome to pocketpy
|
||||||
|
|
||||||
pkpy is a lightweight(~10000 LOC) Python interpreter for game scripting, built on C++17 with STL.
|
pkpy is a lightweight(~14K LOC) Python interpreter for game scripting, built on C++17 with STL.
|
||||||
|
|
||||||
It aims to be an alternative to lua for game scripting, with elegant syntax, powerful features and competitive performance.
|
It aims to be an alternative to lua for game scripting, with elegant syntax, powerful features and competitive performance.
|
||||||
pkpy is extremely easy to embed via a single header file `pocketpy.h`, without external dependencies.
|
pkpy is extremely easy to embed via a single header file `pocketpy.h`, without external dependencies.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user