Akash Devakashdevblog.hashnode.dev·Oct 7, 2023How GUIs Transformed ComputingGraphical User Interfaces (GUIs) have been an integral part of modern computing, making interaction with computers user-friendly and intuitive. In this article, we'll delve into the history of GUIs, the controversies they stirred, and the innovators ...DiscussGUI
Divyansh Goyalhurtbadly.hashnode.dev·Sep 24, 2023Setting up a Visual Studio Project for a GUI App.Magic involved: c++, Dear ImGui,Opengl3,GLFW,glad ,Visual Studio 2022(Community), Vcpkg, Windows(OS) DEAR-IMGUI: https://github.com/ocornut/imgui When it comes to building Gui apps, there exist 2 types of libraries, "Immediate-Mode" and "Retained-Mod...Discuss·211 readsC++