Updated docs. (#3528)

This commit is contained in:
Branimir Karadžić
2025-12-31 11:16:26 -08:00
committed by GitHub
parent ffa7678168
commit 6417e642ef
3 changed files with 11 additions and 7 deletions

View File

@@ -6,9 +6,11 @@ API Reference
If you're just getting started with bgfx, you might get more out of these simple walkthroughs for how to use bgfx's API: If you're just getting started with bgfx, you might get more out of these simple walkthroughs for how to use bgfx's API:
- `Hello, bgfx! <https://dev.to/pperon/hello-bgfx-4dka>`_ - `Hello, bgfx! (tutorial) <https://dev.to/pperon/hello-bgfx-4dka>`_
- `bgfx-minimal-example <https://github.com/jpcy/bgfx-minimal-example#bgfx-minimal-example>`_ - `bgfx-minimal-example (repo on GitHub) <https://github.com/jpcy/bgfx-minimal-example#bgfx-minimal-example>`_
- `Using the bgfx library with C++ on Ubuntu <https://www.sandeepnambiar.com/getting-started-with-bgfx/>`_ - `Using the bgfx library with C++ on Ubuntu (tutorial) <https://www.sandeepnambiar.com/getting-started-with-bgfx/>`_
- `Getting started with BGFX (playlist on Youtube) <https://www.youtube.com/playlist?list=PLwFtWV3PS6y_oTOfHjbE0Zk8N9_QuQlHy>`_
- `Getting started with BGFX (repo on GitHub) <https://github.com/gamecoder-nz/Getting-Started-With-BGFX>`_
General General
------- -------

View File

@@ -82,7 +82,7 @@ Contact
- `GitHub Discussions <https://github.com/bkaradzic/bgfx/discussions>`__ - `GitHub Discussions <https://github.com/bkaradzic/bgfx/discussions>`__
- `Discord Chat <https://discord.gg/9eMbv7J>`__ - `Discord Chat <https://discord.gg/9eMbv7J>`__
- GitHub `@bkaradzic <https://github.com/bkaradzic>`__ - GitHub `@bkaradzic <https://github.com/bkaradzic>`__
- Twitter `@bkaradzic <https://twitter.com/bkaradzic>`__ - X `@bkaradzic <https://x.com/bkaradzic>`__
Debugging and Profiling Debugging and Profiling
----------------------- -----------------------
@@ -234,6 +234,8 @@ Chronological order:
- IchorDev (`@IchorDev <https://github.com/ichordev>`__) - Improved D language bindings. - IchorDev (`@IchorDev <https://github.com/ichordev>`__) - Improved D language bindings.
- Martijn Courteaux (`@Martijn Courteaux <https://github.com/mcourteaux>`__) - Various fixes and improvements. - Martijn Courteaux (`@Martijn Courteaux <https://github.com/mcourteaux>`__) - Various fixes and improvements.
- Jaziel Guerrero (`@JazielGuerrero <https://github.com/JazielGuerrero>`__) - C3 language bindings. - Jaziel Guerrero (`@JazielGuerrero <https://github.com/JazielGuerrero>`__) - C3 language bindings.
- gamecoder-nz (`@gamecoder-nz <Mhttps://github.com/gamecoder-nz>`__) - "Getting Started with BGFX"
tutorial series on Youtube.
and `others <https://github.com/bkaradzic/bgfx/graphs/contributors>`__... and `others <https://github.com/bkaradzic/bgfx/graphs/contributors>`__...

View File

@@ -9,5 +9,5 @@
* *
*/ */
#define BGFX_REV_NUMBER 9039 #define BGFX_REV_NUMBER 9083
#define BGFX_REV_SHA1 "a617e13eebb698e1f52e1135a773af80b4dcab3f" #define BGFX_REV_SHA1 "ffa7678168d3643daef7122bb8a33f355d0238f3"