Browse Source

Updated docs.

Бранимир Караџић 3 months ago
parent
commit
85cecd5a5c
2 changed files with 5 additions and 1 deletions
  1. 1 0
      README.md
  2. 4 1
      docs/overview.rst

+ 1 - 0
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)

+ 4 - 1
docs/overview.rst

@@ -55,7 +55,8 @@ Supported 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>`__
+-  `C# language API bindings <https://github.com/bkaradzic/bgfx/tree/master/bindings/cs>`__
+-  `C3 language API bindings <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>`__
@@ -231,6 +232,8 @@ Chronological order:
  - Biswapriyo Nath (`@Biswa96 <https://github.com/Biswa96>`__) - GitHub Actions CI.
  - Raziel Alphadios (`@RazielXYZ <https://github.com/RazielXYZ>`__) - Various fixes and improvements.
  - IchorDev (`@IchorDev <https://github.com/ichordev>`__) - Improved D language bindings.
+ - Martijn Courteaux (`@Martijn Courteaux <https://github.com/mcourteaux>`__) - Various fixes and improvements.
+ - JazielGuerrero (`@JazielGuerrero <https://github.com/JazielGuerrero>`__) - C3 language bindings.
 
 and `others <https://github.com/bkaradzic/bgfx/graphs/contributors>`__...