From 23c046cd8cc50d3eb104d512616c965418931ef6 Mon Sep 17 00:00:00 2001 From: Branimir Karadzic Date: Sat, 15 Nov 2014 16:19:43 -0800 Subject: [PATCH] Updated README. --- .editorconfig | 3 +++ README.md | 1 + scripts/genie.lua | 1 + 3 files changed, 5 insertions(+) diff --git a/.editorconfig b/.editorconfig index b13d9958..e9070240 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,3 +1,5 @@ +root = true + [*] indent_style = tab indent_size = 4 @@ -8,3 +10,4 @@ trim_trailing_whitespace = true [*.md] trim_trailing_whitespace = false +max_line_length = 80 diff --git a/README.md b/README.md index 04d65814..86e3835d 100644 --- a/README.md +++ b/README.md @@ -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. Mike Popoloski ([@MikePopoloski](https://github.com/MikePopoloski)) - C#/VB/F# 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) ------------------------------------------------------------------------------- diff --git a/scripts/genie.lua b/scripts/genie.lua index a18c8c99..3d349e1e 100644 --- a/scripts/genie.lua +++ b/scripts/genie.lua @@ -302,6 +302,7 @@ exampleProject("19-oit") exampleProject("20-nanovg") exampleProject("21-deferred") exampleProject("22-windows") +exampleProject("23-vectordisplay") if _OPTIONS["with-shared-lib"] then bgfxProject("-shared-lib", "SharedLib", {})