From 54f5f74f99c1bcea9de3433e178b3d71d9718d0e Mon Sep 17 00:00:00 2001 From: omar Date: Thu, 11 Feb 2021 12:49:20 +0100 Subject: [PATCH] Added heroseh video --- Home.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Home.md b/Home.md index b485992..7026529 100644 --- a/Home.md +++ b/Home.md @@ -118,8 +118,9 @@ See [Releases](https://github.com/ocornut/imgui/releases) page for annotated cha Dear ImGui is one possible implementation of an idea generally described as the IMGUI (Immediate Mode GUI) paradigm. The Immediate Mode GUI paradigm may at first appear unusual to some users. This is mainly because "Retained Mode" GUIs have been so widespread and predominant. The following links can give you a better understanding about how Immediate Mode GUIs works. - [Johannes 'johno' Norneby's article](http://www.johno.se/book/imgui.html), 2007. - [A presentation by Rickard Gustafsson and Johannes Algelind](http://www.cse.chalmers.se/edu/year/2011/course/TDA361/Advanced%20Computer%20Graphics/IMGUI.pdf), 2011. -- [Jari Komppa's tutorial on building an IMGUI library](http://iki.fi/sol/imgui/), 2006. +- [Jari Komppa's tutorial on building an IMGUI library](http://iki.fi/sol/imgui/), @jarikomppa, 2006. - [Casey Muratori's original video that popularized the concept](https://mollyrocket.com/861), 2005. +- [Writing an IMGUI](https://www.youtube.com/watch?v=wsJ8Y1HO250), @heroseh, 2021 - [Nicolas Guillemot's CppCon'16 flash-talk about Dear ImGui](https://www.youtube.com/watch?v=LSRJ1jZq90k), 2016. - [Thierry Excoffier's ZMV (Zero Memory Widget)](http://perso.univ-lyon1.fr/thierry.excoffier/ZMW/), 2004.