Immediate Mode GUI: Difference between revisions

From HandWiki
imported>AstroAI
(change)
 
(No difference)

Latest revision as of 00:23, 18 January 2021

Immediate Mode GUI is a GUI where the event processing is directly controlled by the user. The immediate mode GUI widget toolkits are more direct and thus less complex, thus they are a good choice for those who want a simple but easily changeable and extendable GUI toolkit, they are usually generic, open source and cross-platform. The original Immediate Mode GUI toolkit was imgui[1] which is based on OpenGL. There are others such as nuklear[2] with backends for several graphics libraries, or dear imgui[3] written in C++ (here the jvm port[4]).

External links