diff --git a/README.md b/README.md index 85602abe..baad208d 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ Developers are able to write Python bindings via C-API or pybind11 compatible in 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 + [Live C Examples](https://pocketpy.github.io/examples/): Explore C-APIs in your browser ++ [Godot Extension](https://github.com/pocketpy/godot-pocketpy): Use pocketpy in Godot Engine ## Supported Platforms @@ -186,6 +187,7 @@ And these are the results of the primes benchmark on Intel i5-12400F, WSL (Ubunt | | Description | |-----------------------------------------------------------------|--------------------------------------------------------------------------| +| [godot-pocketpy](https://github.com/pocketpy/godot-pocketpy) | Godot extension for using pocketpy in Godot Engine. | | [TIC-80](https://github.com/nesbox/TIC-80) | TIC-80 is a fantasy computer for making, playing and sharing tiny games. | | [py-js](https://github.com/shakfu/py-js) | Python3 externals for Max / MSP. | | [crescent](https://github.com/chukobyte/crescent) | Crescent is a cross-platform 2D fighting and beat-em-up game engine. | diff --git a/docs/index.md b/docs/index.md index bf31d29b..e112d063 100644 --- a/docs/index.md +++ b/docs/index.md @@ -12,6 +12,8 @@ Developers are able to write Python bindings via C-API or pybind11 compatible in + [Live Python Demo](https://pocketpy.dev/static/web/): Run Python code in your browser + [Live C Examples](https://pocketpy.github.io/examples/): Explore C-APIs in your browser ++ [Godot Extension](https://github.com/pocketpy/godot-pocketpy): Use pocketpy in Godot Engine ++ [Flutter Plugin](https://pub.dev/packages/pocketpy): Use pocketpy in Flutter apps ## What it looks like