Updated docs.

This commit is contained in:
Branimir Karadžić 2015-12-23 19:03:30 -08:00
parent 2aae03d490
commit b802c4f720
2 changed files with 11 additions and 11 deletions

View File

@ -341,15 +341,12 @@ licensed under permissive BSD-2 clause open source license.</p>
<div class="section" id="supported-languages">
<h3>Supported Languages<a class="headerlink" href="#supported-languages" title="Permalink to this headline"></a></h3>
<ul class="simple">
<li><a class="reference external" href="https://bkaradzic.github.io/bgfx/bgfx.html">C/C++ API
documentation</a></li>
<li><a class="reference external" href="https://github.com/MikePopoloski/SharpBgfx">C#/VB/F# language API
bindings</a></li>
<li><a class="reference external" href="https://github.com/DerelictOrg/DerelictBgfx">D language API
bindings</a></li>
<li><a class="reference external" href="https://bkaradzic.github.io/bgfx/bgfx.html">C/C++ API documentation</a></li>
<li><a class="reference external" href="https://github.com/MikePopoloski/SharpBgfx">C#/VB/F# language API bindings</a></li>
<li><a class="reference external" href="https://github.com/DerelictOrg/DerelictBgfx">D language API bindings</a></li>
<li><a class="reference external" href="https://github.com/james4k/go-bgfx">Go language API bindings</a></li>
<li><a class="reference external" href="https://github.com/enleeten/twilight-bgfx">Java language API
bindings</a></li>
<li><a class="reference external" href="https://github.com/enleeten/twilight-bgfx">Java language API bindings</a></li>
<li><a class="reference external" href="https://github.com/haskell-game/bgfx">Haskell language API bindings</a></li>
</ul>
</div>
<div class="section" id="project-page">
@ -634,10 +631,12 @@ licensing terms.</strong></p>
<li>Garett Bass (<a class="reference external" href="https://github.com/gtbass">&#64;gtbass</a>) - OSX port.</li>
<li>Jeremie Roy (<a class="reference external" href="https://github.com/jeremieroy">&#64;jeremieroy</a>) - Font system and examples.</li>
<li>Miloš Tošić (<a class="reference external" href="https://github.com/milostosic">&#64;milostosic</a>) - 12-lod example.</li>
<li>Dario Manesku (<a class="reference external" href="https://github.com/dariomanesku">&#64;dariomanesku</a>) - 13-stencil, 14-shadowvolumes, 15-shadowmaps-simple, 16-shadowmaps, 18-ibl</li>
<li>Dario Manesku (<a class="reference external" href="https://github.com/dariomanesku">&#64;dariomanesku</a>) - 13-stencil,
14-shadowvolumes, 15-shadowmaps-simple, 16-shadowmaps, 18-ibl</li>
<li>James Gray (<a class="reference external" href="https://github.com/james4k">&#64;james4k</a>) - Go language API bindings.</li>
<li>Guillaume Piolat (<a class="reference external" href="https://github.com/p0nce">&#64;p0nce</a>) - D language API bindings.</li>
<li>Mike Popoloski (<a class="reference external" href="https://github.com/MikePopoloski">&#64;MikePopoloski</a>) - C#/VB/F# language API bindings, WinRT/WinPhone support.</li>
<li>Mike Popoloski (<a class="reference external" href="https://github.com/MikePopoloski">&#64;MikePopoloski</a>) - C#/VB/F# language API
bindings, WinRT/WinPhone support.</li>
<li>Kai Jourdan (<a class="reference external" href="https://github.com/questor">&#64;questor</a>) - 23-vectordisplay example</li>
<li>Stanlo Slasinski (<a class="reference external" href="https://github.com/stanlo">&#64;stanlo</a>) - 24-nbody example</li>
<li>Daniel Collin (<a class="reference external" href="https://github.com/emoon">&#64;emoon</a>) - Port of Ocornut&#8217;s ImGui to bgfx.</li>
@ -649,6 +648,7 @@ and iOS improvements and bug fixes.</li>
<li>Richard Gale (<a class="reference external" href="https://github.com/RichardGale">&#64;RichardGale</a>) - Emscripten entry input
handling.</li>
<li>Andrew Mac (<a class="reference external" href="https://github.com/andr3wmac">&#64;andr3wmac</a>) - 27-terrain.</li>
<li>Oliver Charles (<a class="reference external" href="https://github.com/ocharles">&#64;ocharles</a>) - Haskel language API bindings.</li>
</ul>
</div></blockquote>
</div>

File diff suppressed because one or more lines are too long