mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 12:42:34 +01:00
Updated docs. (#3528)
This commit is contained in:
committed by
GitHub
parent
ffa7678168
commit
6417e642ef
@@ -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! <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
|
||||
-------
|
||||
|
||||
@@ -82,7 +82,7 @@ Contact
|
||||
- `GitHub Discussions <https://github.com/bkaradzic/bgfx/discussions>`__
|
||||
- `Discord Chat <https://discord.gg/9eMbv7J>`__
|
||||
- GitHub `@bkaradzic <https://github.com/bkaradzic>`__
|
||||
- Twitter `@bkaradzic <https://twitter.com/bkaradzic>`__
|
||||
- X `@bkaradzic <https://x.com/bkaradzic>`__
|
||||
|
||||
Debugging and Profiling
|
||||
-----------------------
|
||||
@@ -233,7 +233,9 @@ Chronological order:
|
||||
- Raziel Alphadios (`@RazielXYZ <https://github.com/RazielXYZ>`__) - Various fixes and improvements.
|
||||
- IchorDev (`@IchorDev <https://github.com/ichordev>`__) - Improved D language bindings.
|
||||
- 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>`__...
|
||||
|
||||
|
||||
@@ -9,5 +9,5 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#define BGFX_REV_NUMBER 9039
|
||||
#define BGFX_REV_SHA1 "a617e13eebb698e1f52e1135a773af80b4dcab3f"
|
||||
#define BGFX_REV_NUMBER 9083
|
||||
#define BGFX_REV_SHA1 "ffa7678168d3643daef7122bb8a33f355d0238f3"
|
||||
|
||||
Reference in New Issue
Block a user