Updated README.
This commit is contained in:
parent
c805b36cba
commit
23c046cd8c
@ -1,3 +1,5 @@
|
|||||||
|
root = true
|
||||||
|
|
||||||
[*]
|
[*]
|
||||||
indent_style = tab
|
indent_style = tab
|
||||||
indent_size = 4
|
indent_size = 4
|
||||||
@ -8,3 +10,4 @@ trim_trailing_whitespace = true
|
|||||||
|
|
||||||
[*.md]
|
[*.md]
|
||||||
trim_trailing_whitespace = false
|
trim_trailing_whitespace = false
|
||||||
|
max_line_length = 80
|
||||||
|
@ -664,6 +664,7 @@ 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#
|
Mike Popoloski ([@MikePopoloski](https://github.com/MikePopoloski)) - C#/VB/F#
|
||||||
language API bindings, WinRT/WinPhone support.
|
language API bindings, WinRT/WinPhone support.
|
||||||
|
Kai Jourdan ([@questor](https://github.com/questor)) - 23-vectordisplay example
|
||||||
|
|
||||||
[License (BSD 2-clause)](https://github.com/bkaradzic/bgfx/blob/master/LICENSE)
|
[License (BSD 2-clause)](https://github.com/bkaradzic/bgfx/blob/master/LICENSE)
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
|
@ -302,6 +302,7 @@ exampleProject("19-oit")
|
|||||||
exampleProject("20-nanovg")
|
exampleProject("20-nanovg")
|
||||||
exampleProject("21-deferred")
|
exampleProject("21-deferred")
|
||||||
exampleProject("22-windows")
|
exampleProject("22-windows")
|
||||||
|
exampleProject("23-vectordisplay")
|
||||||
|
|
||||||
if _OPTIONS["with-shared-lib"] then
|
if _OPTIONS["with-shared-lib"] then
|
||||||
bgfxProject("-shared-lib", "SharedLib", {})
|
bgfxProject("-shared-lib", "SharedLib", {})
|
||||||
|
Loading…
Reference in New Issue
Block a user