File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -68,6 +68,7 @@ Languages:
68
68
* [ C/C++ API documentation] ( https://bkaradzic.github.io/bgfx/bgfx.html )
69
69
* [ Beef API bindings] ( https://github.com/bkaradzic/bgfx/tree/master/bindings/bf )
70
70
* [ 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 )
71
72
* [ D language API bindings] ( https://github.com/BindBC/bindbc-bgfx )
72
73
* [ Go language API bindings] ( https://github.com/james4k/go-bgfx )
73
74
* [ Haskell language API bindings] ( https://github.com/haskell-game/bgfx )
Original file line number Diff line number Diff line change @@ -55,7 +55,8 @@ Supported Languages
55
55
56
56
- `C/C++ API documentation <https://bkaradzic.github.io/bgfx/bgfx.html >`__
57
57
- `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 >`__
59
60
- `D language API bindings <https://github.com/BindBC/bindbc-bgfx >`__
60
61
- `Go language API bindings <https://github.com/james4k/go-bgfx >`__
61
62
- `Haskell language API bindings <https://github.com/haskell-game/bgfx >`__
@@ -231,6 +232,8 @@ Chronological order:
231
232
- Biswapriyo Nath (`@Biswa96 <https://github.com/Biswa96 >`__) - GitHub Actions CI.
232
233
- Raziel Alphadios (`@RazielXYZ <https://github.com/RazielXYZ >`__) - Various fixes and improvements.
233
234
- 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.
234
237
235
238
and `others <https://github.com/bkaradzic/bgfx/graphs/contributors >`__...
236
239
You can’t perform that action at this time.
0 commit comments