diff --git a/README.md b/README.md index 4d8b6434..0b8d38d3 100644 --- a/README.md +++ b/README.md @@ -23,14 +23,13 @@ Featured|HelloGitHub

-pkpy is a lightweight(~15K LOC) Python 3.x interpreter for game scripting, written in C11. - -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. +pocketpy is a portable Python 3.x interpreter, written in C11. +It aims to be an alternative to Lua for game scripting, with elegant syntax, powerful features and competitive performance. +pocketpy has no dependencies other than the C standard library, which can be easily integrated into your C/C++ project. +Developers are able to write Python bindings via C-API or pybind11 compatible interfaces. Please see https://pocketpy.dev for details and try the following resources. + [Live Python Demo](https://pocketpy.dev/static/web/): Run Python code in your browser - ## Supported Platforms diff --git a/docs/index.md b/docs/index.md index 550f106b..f68026ff 100644 --- a/docs/index.md +++ b/docs/index.md @@ -5,11 +5,10 @@ label: Welcome # Welcome to pocketpy -pkpy is a lightweight(~15K LOC) Python 3.x interpreter for game scripting, written in C11. - -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. - +pocketpy is a portable Python 3.x interpreter, written in C11. +It aims to be an alternative to Lua for game scripting, with elegant syntax, powerful features and competitive performance. +pocketpy has no dependencies other than the C standard library, which can be easily integrated into your C/C++ project. +Developers are able to write Python bindings via C-API or pybind11 compatible interfaces. ## What it looks like