Difference between revisions of "Dear ImGui"
From GiderosMobile
(Created page with "__NOTOC__ <!-- GIDEROSOBJ:ImGui --> '''<translate>Supported platforms</translate>:''' File:Platform android.pngFile:Platform ios.pngFile:Platform mac.pngFile:Pla...") |
|||
Line 6: | Line 6: | ||
=== Description === | === Description === | ||
This is an implementation of the Dear ImGui library. | 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 | |
'''This is brand new in Gideros Studio so it may take some time to document it thoroughly.''' | '''This is brand new in Gideros Studio so it may take some time to document it thoroughly.''' | ||
+ | |||
+ | In the meantime, the '''author's GitHub''' is the best place to start using Dear ImGui in Gideros Studio. | ||
+ | https://github.com/MultiPain/Gideros_ImGui | ||
+ | |||
<source lang="lua"> | <source lang="lua"> | ||
require 'ImGui' | require 'ImGui' |
Revision as of 04:25, 30 August 2020
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
This is brand new in Gideros Studio so it may take some time to document it thoroughly.
In the meantime, the author's GitHub is the best place to start using Dear ImGui in Gideros Studio.
https://github.com/MultiPain/Gideros_ImGui
require 'ImGui'
Examples
Methods |
EventsConstants |