mirror of
				https://github.com/Drezil/imgui.git
				synced 2025-10-31 05:01:05 +01:00 
			
		
		
		
	Update README.md
This commit is contained in:
		| @@ -16,7 +16,7 @@ Individuals: support continued development and maintenance [here](https://www.pa | ||||
|  | ||||
| | [The Pitch](#the-pitch) - [Usage](#usage) - [How it works](#how-it-works) - [Releases & Changelogs](#releases--changelogs) - [Demo](#demo) - [Integration](#integration) | | ||||
| :----------------------------------------------------------: | | ||||
| | [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) | | ||||
| | [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) | | ||||
| | [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) | | ||||
|  | ||||
| ### The Pitch | ||||
| @@ -27,12 +27,12 @@ Dear ImGui is designed to **enable fast iterations** and to **empower programmer | ||||
|  | ||||
| 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. | ||||
|  | ||||
|  - Minimize state synchronization. | ||||
|  - Minimize state storage on user side. | ||||
|  - Minimize setup and maintenance. | ||||
|  - Easy to use to create code-driven and data-driven tools. | ||||
|  - Easy to use to create ad hoc short-lived tools and long-lived, more elaborate tools. | ||||
|  - Easy to hack and improve. | ||||
|  - Minimize setup and maintenance. | ||||
|  - Minimize state storage on user side. | ||||
|  - Minimize state synchronization. | ||||
|  - Portable, minimize dependencies, run on target (consoles, phones, etc.). | ||||
|  - Efficient runtime and memory consumption. | ||||
|  - 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 | ||||
|  | ||||
| **Which version should I get?** | ||||
|  | ||||
| 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. | ||||
| 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. | ||||
|  | ||||
| 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. | ||||
|  | ||||
| @@ -198,31 +198,14 @@ How to help | ||||
| - See [GitHub Forum/issues](https://github.com/ocornut/imgui/issues) and [Github Discussions](https://github.com/ocornut/imgui/discussions). | ||||
| - 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. | ||||
| - See [Help wanted](https://github.com/ocornut/imgui/wiki/Help-Wanted) on the [Wiki](https://github.com/ocornut/imgui/wiki/) for some more ideas. | ||||
| - Have your company financially support this project (please reach by e-mail) | ||||
|  | ||||
| **How can I help financing further development of Dear ImGui?** | ||||
|  | ||||
| See [Sponsors](https://github.com/ocornut/imgui/wiki/Sponsors) page. | ||||
| - Have your company financially support this project (please reach by e-mail to say hi!). | ||||
|  | ||||
| Sponsors | ||||
| -------- | ||||
|  | ||||
| Ongoing Dear ImGui development is currently financially supported in 2021-2022 by users and private sponsors: | ||||
|  | ||||
| *Platinum-chocolate sponsors* | ||||
| - [Blizzard](https://careers.blizzard.com/en-us/openings/engineering/all/all/all/1) | ||||
|  | ||||
| *Double-chocolate sponsors* | ||||
| - [Ubisoft](https://montreal.ubisoft.com/en/ubisoft-sponsors-user-interface-library-for-c-dear-imgui), [Supercell](https://supercell.com) | ||||
|  | ||||
| *Chocolate sponsors* | ||||
| - [Adobe](https://www.adobe.com/products/medium.html), [Aras Pranckevičius](https://aras-p.info), [Epic](https://www.unrealengine.com/en-US/megagrants), [G3Dvu](). | ||||
|  | ||||
| *Salty-caramel sponsors* | ||||
| - [Kylotonn](https://www.kylotonn.com), [O-Net Communications (USA)](http://en.o-netcom.com), [Wonderland Engine](https://wonderlandengine.com/). | ||||
|  | ||||
| Please see [detailed list of current and past Dear ImGui supporters](https://github.com/ocornut/imgui/wiki/Sponsors) for more. | ||||
| From November 2014 to December 2019, ongoing development has also been financially supported by its users on Patreon and through individual donations. | ||||
| Ongoing Dear ImGui development is and has been financially supported by users and private sponsors. | ||||
| <BR>Please see **[detailed list of current and past Dear ImGui supporters](https://github.com/ocornut/imgui/wiki/Sponsors)** for details. | ||||
| <BR>From November 2014 to December 2019, ongoing development has also been financially supported by its users on Patreon and through individual donations. | ||||
|  | ||||
| **THANK YOU to all past and present supporters for helping to keep this project alive and thriving!** | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user