Skip to content

Commit 90e8404

Browse files
authored
Update README.md
1 parent 37a0785 commit 90e8404

1 file changed

Lines changed: 9 additions & 26 deletions

File tree

docs/README.md

Lines changed: 9 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Individuals: support continued development and maintenance [here](https://www.pa
1616

1717
| [The Pitch](#the-pitch) - [Usage](#usage) - [How it works](#how-it-works) - [Releases & Changelogs](#releases--changelogs) - [Demo](#demo) - [Integration](#integration) |
1818
:----------------------------------------------------------: |
19-
| [Upcoming changes](#upcoming-changes) - [Gallery](#gallery) - [Support, FAQ](#support-frequently-asked-questions-faq) - [How to help](#how-to-help) - [Sponsors](#sponsors) - [Credits](#credits) - [License](#license) |
19+
| [Upcoming changes](#upcoming-changes) - [Gallery](#gallery) - [Support, FAQ](#support-frequently-asked-questions-faq) - [How to help](#how-to-help) - [Sponsors](https://github.com/ocornut/imgui/wiki/Sponsors) - [Credits](#credits) - [License](#license) |
2020
| [Wiki](https://github.com/ocornut/imgui/wiki) - [Languages & frameworks backends/bindings](https://github.com/ocornut/imgui/wiki/Bindings) - [Software using Dear ImGui](https://github.com/ocornut/imgui/wiki/Software-using-dear-imgui) - [User quotes](https://github.com/ocornut/imgui/wiki/Quotes) |
2121

2222
### The Pitch
@@ -27,12 +27,12 @@ Dear ImGui is designed to **enable fast iterations** and to **empower programmer
2727

2828
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.
2929

30+
- Minimize state synchronization.
31+
- Minimize state storage on user side.
32+
- Minimize setup and maintenance.
3033
- Easy to use to create code-driven and data-driven tools.
3134
- Easy to use to create ad hoc short-lived tools and long-lived, more elaborate tools.
3235
- Easy to hack and improve.
33-
- Minimize setup and maintenance.
34-
- Minimize state storage on user side.
35-
- Minimize state synchronization.
3636
- Portable, minimize dependencies, run on target (consoles, phones, etc.).
3737
- Efficient runtime and memory consumption.
3838
- 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
182182

183183
**Which version should I get?**
184184

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.
186186

187187
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.
188188

@@ -198,31 +198,14 @@ How to help
198198
- See [GitHub Forum/issues](https://github.com/ocornut/imgui/issues) and [Github Discussions](https://github.com/ocornut/imgui/discussions).
199199
- 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.
200200
- 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!).
206202

207203
Sponsors
208204
--------
209205

210-
Ongoing Dear ImGui development is currently financially supported in 2021-2022 by users and private sponsors:
211-
212-
*Platinum-chocolate sponsors*
213-
- [Blizzard](https://careers.blizzard.com/en-us/openings/engineering/all/all/all/1)
214-
215-
*Double-chocolate sponsors*
216-
- [Ubisoft](https://montreal.ubisoft.com/en/ubisoft-sponsors-user-interface-library-for-c-dear-imgui), [Supercell](https://supercell.com)
217-
218-
*Chocolate sponsors*
219-
- [Adobe](https://www.adobe.com/products/medium.html), [Aras Pranckevičius](https://aras-p.info), [Epic](https://www.unrealengine.com/en-US/megagrants), [G3Dvu]().
220-
221-
*Salty-caramel sponsors*
222-
- [Kylotonn](https://www.kylotonn.com), [O-Net Communications (USA)](http://en.o-netcom.com), [Wonderland Engine](https://wonderlandengine.com/).
223-
224-
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.
226209

227210
**THANK YOU to all past and present supporters for helping to keep this project alive and thriving!**
228211

0 commit comments

Comments
 (0)