From 021516977c23980eb1398b29d668acf03213cc9b Mon Sep 17 00:00:00 2001 From: omar Date: Thu, 22 Nov 2018 14:31:13 +0100 Subject: [PATCH] Added quotes --- Quotes.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Quotes.md diff --git a/Quotes.md b/Quotes.md new file mode 100644 index 0000000..c7d62c7 --- /dev/null +++ b/Quotes.md @@ -0,0 +1,11 @@ +_"imgui revolutionised our game development, i cannot imagine making tools without it. from tiny test projects to a large console game, it's utterly dependable and delightful to use. its simple & deep, a rare combination._" +
-Alex Evans (Media Molecule) + +_"Dear ImGui is stunning. I don't know how I lasted so long without ever knowing about this. I've removed all my old debugging GUI code and replaced it with this."_ +
-Ron Gilbert (Terrible Toybox)" + +_"Imgui is a small, well written immediate mode GUI that allowed me to build and very quickly iterate on my gpuvis tool features. Its portability also allowed me to easily get it running on Mac, Windows, and Linux. I really enjoy working with Omar and sincerely hope I never have to work with large bloated UI toolkits ever again. Love Imgui!"_ +
-Michael Sartain (Valve Software) + +_"ImGui is the perfect fit for any personal projects, games and R&D apps. I use it as a git module: easy to include and straight to the point, while still allowing me to create customised and advanced UI. A pleasure to use!"_ +
-Sébastien Hillaire (Frostbite / Electronic Arts)