Building an Immediate-Mode GUI (Imgui) From Scratch | Siddharth Bhatia | JuliaCon 2022 HD
Broadly, there are two paradigms of interfacing with a UI library to create a Graphical User Interface (GUI) - Retained-Mode (RM) and Immediate-Mode (IM). Th...