Branimir Karadžić 4 недель назад
Родитель
Сommit
6417e642ef
3 измененных файлов с 11 добавлено и 7 удалено
  1. 5 3
      docs/bgfx.rst
  2. 4 2
      docs/overview.rst
  3. 2 2
      src/version.h

+ 5 - 3
docs/bgfx.rst

@@ -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>`_
-    - `bgfx-minimal-example <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/>`_
+    - `Hello, bgfx! (tutorial) <https://dev.to/pperon/hello-bgfx-4dka>`_
+    - `bgfx-minimal-example (repo on GitHub) <https://github.com/jpcy/bgfx-minimal-example#bgfx-minimal-example>`_
+    - `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
 -------
 -------

+ 4 - 2
docs/overview.rst

@@ -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
 -----------------------
 -----------------------
@@ -233,7 +233,9 @@ Chronological order:
  - Raziel Alphadios (`@RazielXYZ <https://github.com/RazielXYZ>`__) - Various fixes and improvements.
  - Raziel Alphadios (`@RazielXYZ <https://github.com/RazielXYZ>`__) - Various fixes and improvements.
  - 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.
- - JazielGuerrero (`@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>`__...
 
 

+ 2 - 2
src/version.h

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