Updated docs.

This commit is contained in:
Бранимир Караџић 2022-04-03 18:50:04 -07:00
parent 9dc93eb0b1
commit cb857c3cd3
2 changed files with 5 additions and 4 deletions

View File

@ -71,7 +71,6 @@ 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#/VB/F# language API bindings #2](https://github.com/MikePopoloski/SharpBgfx)
* [D language API bindings](https://github.com/GoaLitiuM/bindbc-bgfx)
* [Go language API bindings](https://github.com/james4k/go-bgfx)
* [Haskell language API bindings](https://github.com/haskell-game/bgfx)
@ -81,9 +80,9 @@ Languages:
* [Pascal language API bindings](https://github.com/Akira13641/PasBGFX)
* [Python language API bindings #1](https://github.com/fbertola/bgfx-python#-----bgfx-python--)
* [Python language API bindings #2](https://github.com/jnadro/pybgfx#pybgfx)
* [Rust language API bindings (obsolete)](https://github.com/rhoot/bgfx-rs)
* [Rust language API bindings (new)](https://github.com/emoon/bgfx-rs)
* [Swift language API bindings](https://github.com/stuartcarnie/SwiftBGFX)
* [Zig language API bindings](https://github.com/bkaradzic/bgfx/tree/master/bindings/zig)
Who is using it? [#madewithbgfx](https://twitter.com/search?q=%23madewithbgfx&f=live)
-------------------------------------------------------------------------------------

View File

@ -57,19 +57,21 @@ 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#/VB/F# language API bindings #2 <https://github.com/MikePopoloski/SharpBgfx>`__
- `D language API bindings <https://github.com/GoaLitiuM/bindbc-bgfx>`__
- `Go language API bindings <https://github.com/james4k/go-bgfx>`__
- `Haskell language API bindings <https://github.com/haskell-game/bgfx>`__
- `Lightweight Java Game Library 3 bindings <https://github.com/LWJGL/lwjgl3#lwjgl---lightweight-java-game-library-3>`__
- `Lua language API bindings <https://github.com/cloudwu/lua-bgfx>`__
- `Nim language API bindings <https://github.com/Halsys/nim-bgfx>`__
- `Pascal language API bindings <https://github.com/Akira13641/PasBGFX>`__
- `Python language API bindings #1 <https://github.com/fbertola/bgfx-python#-----bgfx-python-->`__
- `Python language API bindings #2 <https://github.com/jnadro/pybgfx#pybgfx>`__
- `Rust language API bindings <https://github.com/rhoot/bgfx-rs#bgfx-rs>`__
- `Swift language API bindings <https://github.com/stuartcarnie/SwiftBGFX>`__
- `Pascal language API bindings <https://github.com/Akira13641/PasBGFX>`__
- `Zig language API bindings <https://github.com/bkaradzic/bgfx/tree/master/bindings/zig>`__
Project Page
~~~~~~~~~~~~