diff --git a/docs/bgfx.rst b/docs/bgfx.rst index d35159274..f1c896ed1 100644 --- a/docs/bgfx.rst +++ b/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: - - `Hello, bgfx! `_ - - `bgfx-minimal-example `_ - - `Using the bgfx library with C++ on Ubuntu `_ + - `Hello, bgfx! (tutorial) `_ + - `bgfx-minimal-example (repo on GitHub) `_ + - `Using the bgfx library with C++ on Ubuntu (tutorial) `_ + - `Getting started with BGFX (playlist on Youtube) `_ + - `Getting started with BGFX (repo on GitHub) `_ General ------- diff --git a/docs/overview.rst b/docs/overview.rst index ae5309550..5b7dad232 100644 --- a/docs/overview.rst +++ b/docs/overview.rst @@ -82,7 +82,7 @@ Contact - `GitHub Discussions `__ - `Discord Chat `__ - GitHub `@bkaradzic `__ - - Twitter `@bkaradzic `__ + - X `@bkaradzic `__ Debugging and Profiling ----------------------- @@ -233,7 +233,9 @@ Chronological order: - Raziel Alphadios (`@RazielXYZ `__) - Various fixes and improvements. - IchorDev (`@IchorDev `__) - Improved D language bindings. - Martijn Courteaux (`@Martijn Courteaux `__) - Various fixes and improvements. - - JazielGuerrero (`@JazielGuerrero `__) - C3 language bindings. + - Jaziel Guerrero (`@JazielGuerrero `__) - C3 language bindings. + - gamecoder-nz (`@gamecoder-nz `__) - "Getting Started with BGFX" + tutorial series on Youtube. and `others `__... diff --git a/src/version.h b/src/version.h index 78cf78ab6..b1fd4a3f5 100644 --- a/src/version.h +++ b/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"