You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -27,12 +27,12 @@ Dear ImGui is designed to **enable fast iterations** and to **empower programmer
27
27
28
28
Dear ImGui is particularly suited to integration in games engine (for tooling), real-time 3D applications, fullscreen applications, embedded applications, or any applications on consoles platforms where operating system features are non-standard.
29
29
30
+
- Minimize state synchronization.
31
+
- Minimize state storage on user side.
32
+
- Minimize setup and maintenance.
30
33
- Easy to use to create code-driven and data-driven tools.
31
34
- Easy to use to create ad hoc short-lived tools and long-lived, more elaborate tools.
32
35
- Easy to hack and improve.
33
-
- Minimize setup and maintenance.
34
-
- Minimize state storage on user side.
35
-
- Minimize state synchronization.
36
36
- Portable, minimize dependencies, run on target (consoles, phones, etc.).
37
37
- Efficient runtime and memory consumption.
38
38
- Battle-tested, used by many major actors in the game industry.
@@ -182,7 +182,7 @@ Private support is available for paying business customers (E-mail: _contact @ d
182
182
183
183
**Which version should I get?**
184
184
185
-
We occasionally tag [Releases](https://github.com/ocornut/imgui/releases) but it is generally safe and recommended to sync to master/latest. The library is fairly stable and regressions tend to be fixed fast when reported.
185
+
We occasionally tag [Releases](https://github.com/ocornut/imgui/releases)(with nice releases notes) but it is generally safe and recommended to sync to master/latest. The library is fairly stable and regressions tend to be fixed fast when reported.
186
186
187
187
Advanced users may want to use the `docking` branch with [Multi-Viewport](https://github.com/ocornut/imgui/issues/1542) and [Docking](https://github.com/ocornut/imgui/issues/2109) features. This branch is kept in sync with master regularly.
188
188
@@ -198,31 +198,14 @@ How to help
198
198
- See [GitHub Forum/issues](https://github.com/ocornut/imgui/issues) and [Github Discussions](https://github.com/ocornut/imgui/discussions).
199
199
- You may help with development and submit pull requests! Please understand that by submitting a PR you are also submitting a request for the maintainer to review your code and then take over its maintenance forever. PR should be crafted both in the interest in the end-users and also to ease the maintainer into understanding and accepting it.
200
200
- See [Help wanted](https://github.com/ocornut/imgui/wiki/Help-Wanted) on the [Wiki](https://github.com/ocornut/imgui/wiki/) for some more ideas.
201
-
- Have your company financially support this project (please reach by e-mail)
202
-
203
-
**How can I help financing further development of Dear ImGui?**
204
-
205
-
See [Sponsors](https://github.com/ocornut/imgui/wiki/Sponsors) page.
201
+
- Have your company financially support this project (please reach by e-mail to say hi!).
206
202
207
203
Sponsors
208
204
--------
209
205
210
-
Ongoing Dear ImGui development is currently financially supported in 2021-2022 by users and private sponsors:
Please see [detailed list of current and past Dear ImGui supporters](https://github.com/ocornut/imgui/wiki/Sponsors) for more.
225
-
From November 2014 to December 2019, ongoing development has also been financially supported by its users on Patreon and through individual donations.
206
+
Ongoing Dear ImGui development is and has been financially supported by users and private sponsors.
207
+
<BR>Please see **[detailed list of current and past Dear ImGui supporters](https://github.com/ocornut/imgui/wiki/Sponsors)** for details.
208
+
<BR>From November 2014 to December 2019, ongoing development has also been financially supported by its users on Patreon and through individual donations.
226
209
227
210
**THANK YOU to all past and present supporters for helping to keep this project alive and thriving!**
0 commit comments