From 3fe55bbe7676c947b296b46bfc57e6e15fe26f3d Mon Sep 17 00:00:00 2001 From: blueloveTH Date: Thu, 8 Jan 2026 15:30:48 +0800 Subject: [PATCH] add raylib bindings to doc --- README.md | 1 + docs/index.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index fb980f4e..cd815a53 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,7 @@ Please see https://pocketpy.dev for details and try the following resources. + [Godot Extension](https://github.com/pocketpy/godot-pocketpy): Use pocketpy in Godot Engine + [VSCode Extension](https://marketplace.visualstudio.com/items?itemName=pocketpy.pocketpy): Debug and profile pocketpy scripts in VSCode + [Flutter Plugin](https://pub.dev/packages/pocketpy): Use pocketpy in Flutter apps ++ [Raylib Bindings](https://github.com/pocketpy/raylib-bindings): Use raylib with pocketpy ## Supported Platforms diff --git a/docs/index.md b/docs/index.md index 5a080392..4fb58216 100644 --- a/docs/index.md +++ b/docs/index.md @@ -15,6 +15,7 @@ Developers are able to write Python bindings via C-API or pybind11 compatible in + [Godot Extension](https://github.com/pocketpy/godot-pocketpy): Use pocketpy in Godot Engine + [VSCode Extension](https://marketplace.visualstudio.com/items?itemName=pocketpy.pocketpy): Debug and profile pocketpy scripts in VSCode + [Flutter Plugin](https://pub.dev/packages/pocketpy): Use pocketpy in Flutter apps ++ [Raylib Bindings](https://github.com/pocketpy/raylib-bindings): Use raylib with pocketpy ## What it looks like