|
|
@@ -76,10 +76,10 @@
|
|
|
<li class="toctree-l2"><a class="reference internal" href="#what-is-it">What is it?</a><ul>
|
|
|
<li class="toctree-l3"><a class="reference internal" href="#supported-rendering-backends">Supported rendering backends</a></li>
|
|
|
<li class="toctree-l3"><a class="reference internal" href="#supported-hmd">Supported HMD</a></li>
|
|
|
-<li class="toctree-l3"><a class="reference internal" href="#supported-platforms">Supported platforms</a></li>
|
|
|
-<li class="toctree-l3"><a class="reference internal" href="#supported-compilers">Supported compilers</a></li>
|
|
|
-<li class="toctree-l3"><a class="reference internal" href="#supported-languages">Supported languages</a></li>
|
|
|
-<li class="toctree-l3"><a class="reference internal" href="#project-page">Project page</a></li>
|
|
|
+<li class="toctree-l3"><a class="reference internal" href="#supported-platforms">Supported Platforms</a></li>
|
|
|
+<li class="toctree-l3"><a class="reference internal" href="#supported-compilers">Supported Compilers</a></li>
|
|
|
+<li class="toctree-l3"><a class="reference internal" href="#supported-languages">Supported Languages</a></li>
|
|
|
+<li class="toctree-l3"><a class="reference internal" href="#project-page">Project Page</a></li>
|
|
|
<li class="toctree-l3"><a class="reference internal" href="#contact">Contact</a></li>
|
|
|
</ul>
|
|
|
</li>
|
|
|
@@ -88,11 +88,12 @@
|
|
|
<li class="toctree-l2"><a class="reference internal" href="#debugging-and-profiling">Debugging and Profiling</a><ul>
|
|
|
<li class="toctree-l3"><a class="reference internal" href="#renderdoc">RenderDoc</a></li>
|
|
|
<li class="toctree-l3"><a class="reference internal" href="#intelgpa">IntelGPA</a></li>
|
|
|
+<li class="toctree-l3"><a class="reference internal" href="#other-debuggers-and-profilers">Other Debuggers and Profilers</a></li>
|
|
|
</ul>
|
|
|
</li>
|
|
|
<li class="toctree-l2"><a class="reference internal" href="#sdl-glfw-etc">SDL, GLFW, etc.</a></li>
|
|
|
<li class="toctree-l2"><a class="reference internal" href="#todo">Todo</a></li>
|
|
|
-<li class="toctree-l2"><a class="reference internal" href="#getting-involved">Getting involved</a></li>
|
|
|
+<li class="toctree-l2"><a class="reference internal" href="#getting-involved">Getting Involved</a></li>
|
|
|
</ul>
|
|
|
</li>
|
|
|
<li class="toctree-l1"><a class="reference internal" href="build.html">Building</a><ul>
|
|
|
@@ -301,7 +302,7 @@ licensed under permissive BSD-2 clause open source license.</p>
|
|
|
</ul>
|
|
|
</div>
|
|
|
<div class="section" id="supported-platforms">
|
|
|
-<h3>Supported platforms<a class="headerlink" href="#supported-platforms" title="Permalink to this headline">¶</a></h3>
|
|
|
+<h3>Supported Platforms<a class="headerlink" href="#supported-platforms" title="Permalink to this headline">¶</a></h3>
|
|
|
<ul class="simple">
|
|
|
<li>Android (14+, ARM, x86, MIPS)</li>
|
|
|
<li>asm.js/Emscripten (1.25.0)</li>
|
|
|
@@ -316,7 +317,7 @@ licensed under permissive BSD-2 clause open source license.</p>
|
|
|
</ul>
|
|
|
</div>
|
|
|
<div class="section" id="supported-compilers">
|
|
|
-<h3>Supported compilers<a class="headerlink" href="#supported-compilers" title="Permalink to this headline">¶</a></h3>
|
|
|
+<h3>Supported Compilers<a class="headerlink" href="#supported-compilers" title="Permalink to this headline">¶</a></h3>
|
|
|
<ul class="simple">
|
|
|
<li>Clang 3.3 and above</li>
|
|
|
<li>GCC 4.6 and above</li>
|
|
|
@@ -324,7 +325,7 @@ licensed under permissive BSD-2 clause open source license.</p>
|
|
|
</ul>
|
|
|
</div>
|
|
|
<div class="section" id="supported-languages">
|
|
|
-<h3>Supported languages<a class="headerlink" href="#supported-languages" title="Permalink to this headline">¶</a></h3>
|
|
|
+<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>
|
|
|
@@ -338,7 +339,7 @@ bindings</a></li>
|
|
|
</ul>
|
|
|
</div>
|
|
|
<div class="section" id="project-page">
|
|
|
-<h3>Project page<a class="headerlink" href="#project-page" title="Permalink to this headline">¶</a></h3>
|
|
|
+<h3>Project Page<a class="headerlink" href="#project-page" title="Permalink to this headline">¶</a></h3>
|
|
|
<ul class="simple">
|
|
|
<li><a class="reference external" href="https://github.com/bkaradzic/bgfx">https://github.com/bkaradzic/bgfx</a></li>
|
|
|
</ul>
|
|
|
@@ -415,7 +416,9 @@ initialization. This allows frame capture at any time by pressing
|
|
|
in GPA directory and add <code class="docutils literal"><span class="pre">examples-*</span></code> to the list.</p>
|
|
|
<p>Download:
|
|
|
<a class="reference external" href="https://software.intel.com/en-us/vcsource/tools/intel-gpa">IntelGPA</a></p>
|
|
|
-<p>Other debuggers and profilers:</p>
|
|
|
+</div>
|
|
|
+<div class="section" id="other-debuggers-and-profilers">
|
|
|
+<h3>Other Debuggers and Profilers<a class="headerlink" href="#other-debuggers-and-profilers" title="Permalink to this headline">¶</a></h3>
|
|
|
<table border="1" class="docutils">
|
|
|
<colgroup>
|
|
|
<col width="16%" />
|
|
|
@@ -602,13 +605,15 @@ natively.</li>
|
|
|
</ul>
|
|
|
</div>
|
|
|
<div class="section" id="getting-involved">
|
|
|
-<h2>Getting involved<a class="headerlink" href="#getting-involved" title="Permalink to this headline">¶</a></h2>
|
|
|
-<p>Everyone is welcome to contribute to bgfx by submitting bug reports,
|
|
|
-testing on different platforms, writing examples, improving
|
|
|
-documentation, profiling and optimizing, etc.</p>
|
|
|
-<p><strong>When contributing to the bgfx project you must agree to the BSD 2-clause
|
|
|
+<h2>Getting Involved<a class="headerlink" href="#getting-involved" title="Permalink to this headline">¶</a></h2>
|
|
|
+<p>Everyone is welcome to contribute to bgfx by submitting bug reports, testing on different
|
|
|
+platforms, writing examples, improving documentation, profiling and optimizing, etc.</p>
|
|
|
+<div class="admonition note">
|
|
|
+<p class="first admonition-title">Note</p>
|
|
|
+<p class="last"><strong>When contributing to the bgfx project you must agree to the BSD 2-clause
|
|
|
licensing terms.</strong></p>
|
|
|
</div>
|
|
|
+</div>
|
|
|
</div>
|
|
|
|
|
|
|