Difference between revisions of "Dear ImGui"
From GiderosMobile
| Line 15: | Line 15: | ||
| − | '''This is a   | + | '''This is a new and very big plugin, it may take some time to document it thoroughly.'''  | 
| − | In the meantime, the person (@'''rrraptor''') who made the Gideros implementation has a GitHub. It is   | + | In the meantime, the person (@'''rrraptor''') who made the Gideros implementation has a GitHub. It is the best place to get started with Gideros Dear ImGui.  | 
| − |   https://github.com/MultiPain/Gideros_ImGui  | + |   '''https://github.com/MultiPain/Gideros_ImGui'''  | 
| − | + | Of course, Gideros Wiki is here to help as well. You will find below some Dear ImGui examples implemented in Gideros Studio.  | |
| − | [[ImGui_Examples]]  | + |  '''[[ImGui_Examples]]'''  | 
=== Classes ===  | === Classes ===  | ||
<div style="column-count:3;-moz-column-count:3;-webkit-column-count:3">  | <div style="column-count:3;-moz-column-count:3;-webkit-column-count:3">  | ||
| − | '''[[ImGui]]'''<br/><!--GIDEROSOBJ:ImGui-->  | + | '''[[ImGui|ImGui.Core (ImGui)]]'''<br/><!--GIDEROSOBJ:ImGui-->  | 
'''[[ImGui.DrawList]]'''<br/><!--GIDEROSOBJ:ImGui.DrawList-->  | '''[[ImGui.DrawList]]'''<br/><!--GIDEROSOBJ:ImGui.DrawList-->  | ||
'''[[ImGui.Style]]'''<br/><!--GIDEROSOBJ:ImGui.Style-->  | '''[[ImGui.Style]]'''<br/><!--GIDEROSOBJ:ImGui.Style-->  | ||
Revision as of 11:35, 27 August 2024
Supported platforms: ![]()
![]()
![]()
![]()
![]()
![]()
![]()
Available since: Gideros 2020.9
Description
This is an implementation of the Dear ImGui library.
See full original documentation here: https://pthom.github.io/imgui_manual_online/manual/imgui_manual.html
To use Dear ImGui in your project you need to add the ImGui plugin and call require like so:
require "ImGui"
This is a new and very big plugin, it may take some time to document it thoroughly.
In the meantime, the person (@rrraptor) who made the Gideros implementation has a GitHub. It is the best place to get started with Gideros Dear ImGui.
https://github.com/MultiPain/Gideros_ImGui
Of course, Gideros Wiki is here to help as well. You will find below some Dear ImGui examples implemented in Gideros Studio.
ImGui_Examples
Classes