From 4ca3a734b759253a8551e0104c6cbca9d8d3cfbd Mon Sep 17 00:00:00 2001 From: omar Date: Thu, 22 Nov 2018 14:37:22 +0100 Subject: [PATCH] Added quotes --- Quotes.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/Quotes.md b/Quotes.md index c7d62c7..d054244 100644 --- a/Quotes.md +++ b/Quotes.md @@ -9,3 +9,26 @@ _"Imgui is a small, well written immediate mode GUI that allowed me to build and _"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) + +_"Dear ImGui is amazing. It's pretty much the only sizable library written by someone else that I've ever enjoyed using."_ +
-Shawn McGrath (RAD Game Tools) + +_"Dear imgui is the best thing that happened to programming since the invention of the debugger."_ +
-Sherief Farouk (Senior Software Engineer, NVIDIA) + +_"Dear ImGui is our favorite UI System of choice since a few years. We're proud of being one of the first companies applying it in the Industrial Robotics Field. +We use it on all sort of software running 24 hours/day on production lines and even on Robot Programming Teach Pendants. +Our customer base loves the ability to remote the UI seamlessly in browser or through a tablet/smartphone, a feature that is easily achievable through some non-official extensions of the main library. +It provides most of the functionality of every other UI system we've tried (WPF, HTML5 and Qt), while still keeping complexity down by many orders of magnitude. +The source code is easy to understand, to integrate and to update because of its "lightweight with no dependencies" approach that has been enforced by its creator since the very first releases. +Seriously, there's no reason not to start using it today for your next big project!"_ +
-Stefano Cristiano (R&D Director, Recognition Robotics) + +_"The biggest productivity boost I regularly see in a codebase is adding Dear IMGUI."_ +
-Noel Austin (Technical Director, d3tLtd) + +_"From fast prototyping to professional UI, Dear ImGui is a stellar library. We moved our tools to Dear ImGui three years ago, and never looked back. Omar did an amazing job!"_ +
-Benoit Jacquier (Kylotonn) + +_"From generic property list to very specific realtime tool UI, dear imgui covers all our needs. Tool UI has never been so easy."_ +
-Damien Quilot (Nadeo)