mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-25 00:58:30 -05:00
Updated README.
This commit is contained in:
parent
2e38f2f483
commit
a550f67723
1 changed files with 8 additions and 2 deletions
10
README.md
10
README.md
|
@ -4,8 +4,7 @@
|
||||||
What is it?
|
What is it?
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
Cross-platform rendering library ([C++ API documentation](https://github.com/bkaradzic/bgfx/blob/master/include/bgfx.h),
|
Cross-platform rendering library.
|
||||||
[C99 API documentation](https://github.com/bkaradzic/bgfx/blob/master/include/bgfx.c99.h)).
|
|
||||||
|
|
||||||
Supported rendering backends:
|
Supported rendering backends:
|
||||||
|
|
||||||
|
@ -26,6 +25,13 @@ Platforms:
|
||||||
* OSX
|
* OSX
|
||||||
* Windows
|
* Windows
|
||||||
|
|
||||||
|
Languages:
|
||||||
|
|
||||||
|
* [C99 API documentation](https://github.com/bkaradzic/bgfx/blob/master/include/bgfx.c99.h)
|
||||||
|
* [C++ API documentation](https://github.com/bkaradzic/bgfx/blob/master/include/bgfx.h)
|
||||||
|
* [D API bindings](https://github.com/p0nce/DerelictBgfx)
|
||||||
|
* [Go API bindings](https://github.com/james4k/go-bgfx)
|
||||||
|
|
||||||
Who is using it?
|
Who is using it?
|
||||||
----------------
|
----------------
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue