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 `__...