mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-28 10:35:43 -05:00
Updated README.
This commit is contained in:
parent
543bc06a6d
commit
e6edb1e41d
1 changed files with 5 additions and 2 deletions
|
@ -29,8 +29,9 @@ Languages:
|
||||||
|
|
||||||
* [C99 API documentation](https://github.com/bkaradzic/bgfx/blob/master/include/bgfx.c99.h)
|
* [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)
|
* [C++ API documentation](https://github.com/bkaradzic/bgfx/blob/master/include/bgfx.h)
|
||||||
* [D API bindings](https://github.com/p0nce/DerelictBgfx)
|
* [C#/VB/F# language API bindings](https://github.com/MikePopoloski/SharpBgfx)
|
||||||
* [Go API bindings](https://github.com/james4k/go-bgfx)
|
* [D language API bindings](https://github.com/p0nce/DerelictBgfx)
|
||||||
|
* [Go language API bindings](https://github.com/james4k/go-bgfx)
|
||||||
|
|
||||||
Who is using it?
|
Who is using it?
|
||||||
----------------
|
----------------
|
||||||
|
@ -579,6 +580,8 @@ Dario Manesku ([@dariomanesku](https://github.com/dariomanesku)) - 13-stencil,
|
||||||
14-shadowvolumes, 15-shadowmaps-simple, 16-shadowmaps, 18-ibl
|
14-shadowvolumes, 15-shadowmaps-simple, 16-shadowmaps, 18-ibl
|
||||||
James Gray ([@james4k](https://github.com/james4k)) - Go language API bindings.
|
James Gray ([@james4k](https://github.com/james4k)) - Go language API bindings.
|
||||||
p0nce ([@p0nce](https://github.com/p0nce)) - D language API bindings.
|
p0nce ([@p0nce](https://github.com/p0nce)) - D language API bindings.
|
||||||
|
Mike Popoloski ([@MikePopoloski](https://github.com/MikePopoloski)) - C#/VB/F#
|
||||||
|
language API bindings
|
||||||
|
|
||||||
[License (BSD 2-clause)](https://github.com/bkaradzic/bgfx/blob/master/LICENSE)
|
[License (BSD 2-clause)](https://github.com/bkaradzic/bgfx/blob/master/LICENSE)
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in a new issue