Skip to content

Commit 85cecd5

Browse files
committed
Updated docs.
1 parent 9dfcab6 commit 85cecd5

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ Languages:
6868
* [C/C++ API documentation](https://bkaradzic.github.io/bgfx/bgfx.html)
6969
* [Beef API bindings](https://github.com/bkaradzic/bgfx/tree/master/bindings/bf)
7070
* [C# language API bindings #1](https://github.com/bkaradzic/bgfx/tree/master/bindings/cs)
71+
* [C3 language API bindings #1](https://github.com/bkaradzic/bgfx/tree/master/bindings/c3)
7172
* [D language API bindings](https://github.com/BindBC/bindbc-bgfx)
7273
* [Go language API bindings](https://github.com/james4k/go-bgfx)
7374
* [Haskell language API bindings](https://github.com/haskell-game/bgfx)

docs/overview.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ Supported Languages
5555

5656
- `C/C++ API documentation <https://bkaradzic.github.io/bgfx/bgfx.html>`__
5757
- `Beef API bindings <https://github.com/bkaradzic/bgfx/tree/master/bindings/bf>`__
58-
- `C# language API bindings #1 <https://github.com/bkaradzic/bgfx/tree/master/bindings/cs>`__
58+
- `C# language API bindings <https://github.com/bkaradzic/bgfx/tree/master/bindings/cs>`__
59+
- `C3 language API bindings <https://github.com/bkaradzic/bgfx/tree/master/bindings/c3>`__
5960
- `D language API bindings <https://github.com/BindBC/bindbc-bgfx>`__
6061
- `Go language API bindings <https://github.com/james4k/go-bgfx>`__
6162
- `Haskell language API bindings <https://github.com/haskell-game/bgfx>`__
@@ -231,6 +232,8 @@ Chronological order:
231232
- Biswapriyo Nath (`@Biswa96 <https://github.com/Biswa96>`__) - GitHub Actions CI.
232233
- Raziel Alphadios (`@RazielXYZ <https://github.com/RazielXYZ>`__) - Various fixes and improvements.
233234
- IchorDev (`@IchorDev <https://github.com/ichordev>`__) - Improved D language bindings.
235+
- Martijn Courteaux (`@Martijn Courteaux <https://github.com/mcourteaux>`__) - Various fixes and improvements.
236+
- JazielGuerrero (`@JazielGuerrero <https://github.com/JazielGuerrero>`__) - C3 language bindings.
234237

235238
and `others <https://github.com/bkaradzic/bgfx/graphs/contributors>`__...
236239

0 commit comments

Comments
 (0)