From 839110f05df7dfee26ef9c480de00bf489eaba28 Mon Sep 17 00:00:00 2001 From: omar Date: Fri, 21 May 2021 16:20:46 +0200 Subject: [PATCH] Sean Barrett's article in Game Developer Magazine --- About-the-IMGUI-paradigm.md | 1 + 1 file changed, 1 insertion(+) diff --git a/About-the-IMGUI-paradigm.md b/About-the-IMGUI-paradigm.md index 9311a7f..a48951e 100644 --- a/About-the-IMGUI-paradigm.md +++ b/About-the-IMGUI-paradigm.md @@ -101,6 +101,7 @@ _A lot in ui depends on the problem on hand so I feel there is no silver bullet. - [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/), @jarikomppa, 2006. - [Casey Muratori's original video that popularized the concept](https://mollyrocket.com/861), 2005. +- [Sean Barrett's article in Game Developer Magazine](https://archive.org/details/GDM_September_2005) (Page 34), September 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. - [Unity's IMGUI](https://docs.unity3d.com/Manual/GUIScriptingGuide.html)