diff --git a/README.md b/README.md index 35becb005..d911ab58d 100644 --- a/README.md +++ b/README.md @@ -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) ------------------------------------------------------------------------------------- diff --git a/docs/overview.rst b/docs/overview.rst index 9bdb968a3..590937041 100644 --- a/docs/overview.rst +++ b/docs/overview.rst @@ -57,19 +57,21 @@ Supported Languages ~~~~~~~~~~~~~~~~~~~ - `C/C++ API documentation `__ +- `Beef API bindings `__ - `C# language API bindings #1 `__ -- `C#/VB/F# language API bindings #2 `__ - `D language API bindings `__ - `Go language API bindings `__ - `Haskell language API bindings `__ - `Lightweight Java Game Library 3 bindings `__ - `Lua language API bindings `__ - `Nim language API bindings `__ +- `Pascal language API bindings `__ - `Python language API bindings #1 `__ - `Python language API bindings #2 `__ - `Rust language API bindings `__ - `Swift language API bindings `__ -- `Pascal language API bindings `__ +- `Zig language API bindings `__ + Project Page ~~~~~~~~~~~~