|
@@ -3,16 +3,12 @@ dear imgui
|
|
|
[](https://github.com/ocornut/imgui/actions?workflow=build)
|
|
|
[](https://scan.coverity.com/projects/4720)
|
|
|
|
|
|
-<sub>(This library is available under a free and permissive license, but needs financial support to sustain its continued improvements. In addition to maintenance and stability there are many desirable features yet to be added. If your company is using dear imgui, please consider reaching out. If you are an individual using dear imgui, please consider supporting the project via Patreon or PayPal.)</sub>
|
|
|
+<sub>(This library is available under a free and permissive license, but needs financial support to sustain its continued improvements. In addition to maintenance and stability there are many desirable features yet to be added. If your company is using dear imgui, please consider reaching out.)</sub>
|
|
|
|
|
|
Businesses: support continued development via invoiced technical support, maintenance, sponsoring contracts:
|
|
|
<br> _E-mail: contact @ dearimgui dot org_
|
|
|
|
|
|
-Individuals/hobbyists: support continued maintenance and development via the monthly Patreon:
|
|
|
-<br> [](http://www.patreon.com/imgui)
|
|
|
-
|
|
|
-Individuals/hobbyists: support continued maintenance and development via PayPal:
|
|
|
-<br> [](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=WGHNC6MBFLZ2S)
|
|
|
+Individuals: support continued maintenance and development via [PayPal](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=WGHNC6MBFLZ2S) donations.
|
|
|
|
|
|
----
|
|
|
|
|
@@ -29,7 +25,7 @@ Dear ImGui is particularly suited to integration in games engine (for tooling),
|
|
|
|
|
|
### Usage
|
|
|
|
|
|
-**The core of Dear ImGui is self-contained within a few platform-agnostic files** which you can easily copy and compile into your application/engine. They are all the files in the root folder of the repository (imgui.cpp, imgui.h, imgui_demo.cpp, imgui_draw.cpp etc.).
|
|
|
+**The core of Dear ImGui is self-contained within a few platform-agnostic files** which you can easily compile in your application/engine. They are all the files in the root folder of the repository (imgui.cpp, imgui.h, imgui_demo.cpp, imgui_draw.cpp etc.).
|
|
|
|
|
|
**No specific build process is required**. You can add the .cpp files to your existing project.
|
|
|
|
|
@@ -48,7 +44,7 @@ ImGui::InputText("string", buf, IM_ARRAYSIZE(buf));
|
|
|
ImGui::SliderFloat("float", &f, 0.0f, 1.0f);
|
|
|
```
|
|
|
Result:
|
|
|
-<br>
|
|
|
+<br> 
|
|
|
<br>_(settings: Dark style (left), Light style (right) / Font: Roboto-Medium, 16px / Rounding: 5)_
|
|
|
|
|
|
Code:
|
|
@@ -183,16 +179,12 @@ How to help
|
|
|
|
|
|
**How can I help financing further development of Dear ImGui?**
|
|
|
|
|
|
-Your contributions are keeping this project alive. The library is available under a free and permissive license, but continued maintenance and development are a full-time endeavor and I would like to grow the team. In addition to maintenance and stability there are many desirable features yet to be added. If your company is using dear imgui, please consider reaching out for invoiced technical support and maintenance contracts. If you are an individual using dear imgui, please consider supporting the project via Patreon or PayPal. Thank you!
|
|
|
+Your contributions are keeping this project alive. The library is available under a free and permissive license, but continued maintenance and development are a full-time endeavor and I would like to grow the team. In addition to maintenance and stability there are many desirable features yet to be added. If your company is using dear imgui, please consider reaching out for invoiced technical support and maintenance contracts. Thank you!
|
|
|
|
|
|
Businesses: support continued development via invoiced technical support, maintenance, sponsoring contracts:
|
|
|
<br> _E-mail: contact @ dearimgui dot org_
|
|
|
|
|
|
-Individuals/hobbyists: support continued maintenance and development via the monthly Patreon:
|
|
|
-<br> [](http://www.patreon.com/imgui)
|
|
|
-
|
|
|
-Individuals/hobbyists: support continued maintenance and development via PayPal:
|
|
|
-<br> [](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=WGHNC6MBFLZ2S)
|
|
|
+Individuals: support continued maintenance and development via [PayPal](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=WGHNC6MBFLZ2S) donations.
|
|
|
|
|
|
### Sponsors
|
|
|
|