mirror of
				https://github.com/Drezil/imgui.git
				synced 2025-10-30 20:51:06 +01:00 
			
		
		
		
	Docs: add more links to the top of every examples and backends files.
This commit is contained in:
		
							
								
								
									
										21
									
								
								imgui.cpp
									
									
									
									
									
								
							
							
						
						
									
										21
									
								
								imgui.cpp
									
									
									
									
									
								
							| @@ -2,32 +2,31 @@ | ||||
| // (main code and documentation) | ||||
|  | ||||
| // Help: | ||||
| // - Read FAQ at http://dearimgui.com/faq | ||||
| // - Newcomers, read 'Programmer guide' below for notes on how to setup Dear ImGui in your codebase. | ||||
| // - See links below. | ||||
| // - Call and read ImGui::ShowDemoWindow() in imgui_demo.cpp. All applications in examples/ are doing that. | ||||
| // Read imgui.cpp for details, links and comments. | ||||
| // - Read top of imgui.cpp for more details, links and comments. | ||||
|  | ||||
| // Resources: | ||||
| // - FAQ                   http://dearimgui.com/faq | ||||
| // - FAQ                   https://dearimgui.com/faq | ||||
| // - Getting Started       https://dearimgui.com/getting-started | ||||
| // - Homepage              https://github.com/ocornut/imgui | ||||
| // - Releases & changelog  https://github.com/ocornut/imgui/releases | ||||
| // - Gallery               https://github.com/ocornut/imgui/issues/6478 (please post your screenshots/video there!) | ||||
| // - Wiki                  https://github.com/ocornut/imgui/wiki (lots of good stuff there) | ||||
| // - Getting Started       https://github.com/ocornut/imgui/wiki/Getting-Started | ||||
| // - Glossary              https://github.com/ocornut/imgui/wiki/Glossary | ||||
| // - Issues & support      https://github.com/ocornut/imgui/issues | ||||
| // - Tests & Automation    https://github.com/ocornut/imgui_test_engine | ||||
|  | ||||
| // Getting Started? | ||||
| // - Read https://github.com/ocornut/imgui/wiki/Getting-Started | ||||
| // - For first-time users having issues compiling/linking/running/loading fonts: | ||||
| //   please post in https://github.com/ocornut/imgui/discussions if you cannot find a solution in resources above. | ||||
| // For first-time users having issues compiling/linking/running/loading fonts: | ||||
| // please post in https://github.com/ocornut/imgui/discussions if you cannot find a solution in resources above. | ||||
| // Everything else should be asked in 'Issues'! We are building a database of cross-linked knowledge there. | ||||
|  | ||||
| // Copyright (c) 2014-2023 Omar Cornut | ||||
| // Developed by Omar Cornut and every direct or indirect contributors to the GitHub. | ||||
| // See LICENSE.txt for copyright and licensing details (standard MIT License). | ||||
| // This library is free but needs your support to sustain development and maintenance. | ||||
| // Businesses: you can support continued development via B2B invoiced technical support, maintenance and sponsoring contracts. | ||||
| // PLEASE reach out at contact AT dearimgui DOT com. See https://github.com/ocornut/imgui/wiki/Sponsors | ||||
| // PLEASE reach out at omar AT dearimgui DOT com. See https://github.com/ocornut/imgui/wiki/Sponsors | ||||
| // Businesses: you can also purchase licenses for the Dear ImGui Automation/Test Engine. | ||||
|  | ||||
| // It is recommended that you don't modify imgui.cpp! It will become difficult for you to update the library. | ||||
| @@ -909,7 +908,7 @@ CODE | ||||
|  ============== | ||||
|  | ||||
|  Q: How can I help? | ||||
|  A: - Businesses: please reach out to "contact AT dearimgui.com" if you work in a place using Dear ImGui! | ||||
|  A: - Businesses: please reach out to "omar AT dearimgui DOT com" if you work in a place using Dear ImGui! | ||||
|       We can discuss ways for your company to fund development via invoiced technical support, maintenance or sponsoring contacts. | ||||
|       This is among the most useful thing you can do for Dear ImGui. With increased funding, we sustain and grow work on this project. | ||||
|       Also see https://github.com/ocornut/imgui/wiki/Sponsors | ||||
|   | ||||
		Reference in New Issue
	
	Block a user