From 85cecd5a5cc022a9452a37722558494b0bd5b889 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=91=D1=80=D0=B0=D0=BD=D0=B8=D0=BC=D0=B8=D1=80=20=D0=9A?= =?UTF-8?q?=D0=B0=D1=80=D0=B0=D1=9F=D0=B8=D1=9B?= Date: Sat, 30 Aug 2025 19:53:53 -0700 Subject: [PATCH] Updated docs. --- README.md | 1 + docs/overview.rst | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c2cb8534c..860328ce9 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,7 @@ Languages: * [C/C++ API documentation](https://bkaradzic.github.io/bgfx/bgfx.html) * [Beef API bindings](https://github.com/bkaradzic/bgfx/tree/master/bindings/bf) * [C# language API bindings #1](https://github.com/bkaradzic/bgfx/tree/master/bindings/cs) + * [C3 language API bindings #1](https://github.com/bkaradzic/bgfx/tree/master/bindings/c3) * [D language API bindings](https://github.com/BindBC/bindbc-bgfx) * [Go language API bindings](https://github.com/james4k/go-bgfx) * [Haskell language API bindings](https://github.com/haskell-game/bgfx) diff --git a/docs/overview.rst b/docs/overview.rst index 5a13836ca..ae5309550 100644 --- a/docs/overview.rst +++ b/docs/overview.rst @@ -55,7 +55,8 @@ Supported Languages - `C/C++ API documentation `__ - `Beef API bindings `__ -- `C# language API bindings #1 `__ +- `C# language API bindings `__ +- `C3 language API bindings `__ - `D language API bindings `__ - `Go language API bindings `__ - `Haskell language API bindings `__ @@ -231,6 +232,8 @@ Chronological order: - Biswapriyo Nath (`@Biswa96 `__) - GitHub Actions CI. - Raziel Alphadios (`@RazielXYZ `__) - Various fixes and improvements. - IchorDev (`@IchorDev `__) - Improved D language bindings. + - Martijn Courteaux (`@Martijn Courteaux `__) - Various fixes and improvements. + - JazielGuerrero (`@JazielGuerrero `__) - C3 language bindings. and `others `__...