Skip to content

Commit

Permalink
Update docs / 2024-01-14 / 20:31:26
Browse files Browse the repository at this point in the history
  • Loading branch information
pthom committed Jan 14, 2024
1 parent be62c63 commit 7f38e0f
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 7 deletions.
30 changes: 26 additions & 4 deletions docs/book/00_00_intro.html
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,12 @@ <h2> Contents </h2>
<nav aria-label="Page">
<ul class="visible nav section-nav flex-column">
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#features">Features</a></li>
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#support-the-project">Support the project</a></li>
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#about">About</a><ul class="nav section-nav flex-column">
<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link" href="#support-the-project">Support the project</a></li>
<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link" href="#credits">Credits</a></li>
<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link" href="#license">License</a></li>
</ul>
</li>
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#demos-real-world-apps">Demos &amp; real world apps</a><ul class="nav section-nav flex-column">
<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link" href="#advanced-layout">Advanced layout</a></li>
<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link" href="#custom-3d-background">Custom 3D background</a></li>
Expand Down Expand Up @@ -446,13 +451,25 @@ <h2>Features<a class="headerlink" href="#features" title="Permalink to this head
<li><p>Available rendering backends: OpenGL3, Metal, Vulkan, DirectX</p></li>
</ul>
</section>
<section id="about">
<h2>About<a class="headerlink" href="#about" title="Permalink to this heading">#</a></h2>
<section id="support-the-project">
<h2>Support the project<a class="headerlink" href="#support-the-project" title="Permalink to this heading">#</a></h2>
<p>Hello ImGui is a free and open source project. If you like it, please consider supporting its development by <a class="reference external" href="https://www.paypal.com/donate/?hosted_button_id=SHJ68RVDKURZA">making a donation</a>. Thank you!</p>
<h3>Support the project<a class="headerlink" href="#support-the-project" title="Permalink to this heading">#</a></h3>
<p>Hello ImGui is a free and open source project, and its development and maintenance require considerable efforts. If you like it, please consider supporting its development by <a class="reference external" href="https://www.paypal.com/donate/?hosted_button_id=SHJ68RVDKURZA">making a donation</a>. Thank you!</p>
<!--
[![](https://raw.githubusercontent.com/pthom/imgui_bundle/main/bindings/imgui_bundle/doc/doc_images/btn_donate.gif)](https://www.paypal.com/donate/?hosted_button_id=SHJ68RVDKURZA)
-->
</section>
<section id="credits">
<h3>Credits<a class="headerlink" href="#credits" title="Permalink to this heading">#</a></h3>
<p>Hello ImGui is based on <a class="reference external" href="https://github.com/ocornut/imgui">Dear ImGui</a> (MIT License), by Omar Cornut. Portions use <a class="reference external" href="https://github.com/ocornut/imgui_test_engine">ImGui Test Engine</a>, which is governed by a <a class="reference external" href="https://github.com/ocornut/imgui_test_engine/blob/main/imgui_test_engine/LICENSE.txt">specific license</a></p>
<p>Portions of this software use the <span class="xref myst">FreeType Project</span> (copyright © 2024, all rights reserved), <a class="reference external" href="https://github.com/sammycage/lunasvg">lunasvg</a> (MIT License), <a class="reference external" href="https://www.glfw.org/">GLFW</a> (zlib/libpng license), <a class="reference external" href="https://www.libsdl.org/">SDL</a> (zlib license).</p>
</section>
<section id="license">
<h3>License<a class="headerlink" href="#license" title="Permalink to this heading">#</a></h3>
<p>Hello ImGui is licensed under the MIT License, see <a class="reference external" href="https://github.com/pthom/hello_imgui/blob/master/LICENSE">LICENSE</a></p>
</section>
</section>
<hr class="docutils" />
<section id="demos-real-world-apps">
<h2>Demos &amp; real world apps<a class="headerlink" href="#demos-real-world-apps" title="Permalink to this heading">#</a></h2>
Expand Down Expand Up @@ -557,7 +574,12 @@ <h3>Theme tweaking<a class="headerlink" href="#theme-tweaking" title="Permalink
<nav class="bd-toc-nav page-toc">
<ul class="visible nav section-nav flex-column">
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#features">Features</a></li>
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#support-the-project">Support the project</a></li>
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#about">About</a><ul class="nav section-nav flex-column">
<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link" href="#support-the-project">Support the project</a></li>
<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link" href="#credits">Credits</a></li>
<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link" href="#license">License</a></li>
</ul>
</li>
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#demos-real-world-apps">Demos &amp; real world apps</a><ul class="nav section-nav flex-column">
<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link" href="#advanced-layout">Advanced layout</a></li>
<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link" href="#custom-3d-background">Custom 3D background</a></li>
Expand Down
14 changes: 12 additions & 2 deletions docs/book/_sources/00_00_intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,24 @@ Hello ImGui is a library that enables quickly write multiplatform apps with the
* Available rendering backends: OpenGL3, Metal, Vulkan, DirectX


## Support the project
## About

Hello ImGui is a free and open source project. If you like it, please consider supporting its development by [making a donation](https://www.paypal.com/donate/?hosted_button_id=SHJ68RVDKURZA). Thank you!
### Support the project
Hello ImGui is a free and open source project, and its development and maintenance require considerable efforts. If you like it, please consider supporting its development by [making a donation](https://www.paypal.com/donate/?hosted_button_id=SHJ68RVDKURZA). Thank you!

<!--
[![](https://raw.githubusercontent.com/pthom/imgui_bundle/main/bindings/imgui_bundle/doc/doc_images/btn_donate.gif)](https://www.paypal.com/donate/?hosted_button_id=SHJ68RVDKURZA)
-->

### Credits
Hello ImGui is based on [Dear ImGui](https://github.com/ocornut/imgui) (MIT License), by Omar Cornut. Portions use [ImGui Test Engine](https://github.com/ocornut/imgui_test_engine), which is governed by a [specific license](https://github.com/ocornut/imgui_test_engine/blob/main/imgui_test_engine/LICENSE.txt)

Portions of this software use the [FreeType Project](www.freetype.org) (copyright © 2024, all rights reserved), [lunasvg](https://github.com/sammycage/lunasvg) (MIT License), [GLFW](https://www.glfw.org/) (zlib/libpng license), [SDL](https://www.libsdl.org/) (zlib license).

### License

Hello ImGui is licensed under the MIT License, see [LICENSE](https://github.com/pthom/hello_imgui/blob/master/LICENSE)

---

## Demos & real world apps
Expand Down
Loading

0 comments on commit 7f38e0f

Please sign in to comment.