From bb8f867e2c6f585cc5944cb4d1188b9295a952f4 Mon Sep 17 00:00:00 2001 From: omar Date: Sun, 22 Nov 2020 20:53:56 +0100 Subject: [PATCH] Articles --- Home.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Home.md b/Home.md index 2ebc4ff..2430f5d 100644 --- a/Home.md +++ b/Home.md @@ -107,9 +107,9 @@ See [[Useful Widgets|Useful-widgets]] page. ### About the IMGUI paradigm 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). +- [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/). +- [Jari Komppa's tutorial on building an IMGUI library](http://iki.fi/sol/imgui/), 2006. - [Casey Muratori's original video that popularized the concept](https://mollyrocket.com/861), 2005. - [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.