Jul 27, 2025 · 3 min read · Interface If you are new to computers or coding, you might hear the word interface a lot. But what does it really mean? Simply put, an interface is a way for people to communicate with computers or systems. There are two main types: Graphical User I...
Join discussion
Jan 14, 2025 · 4 min read · The Problem of Theming After a couple of years of working on Figuro, a framework for building custom GUI apps with small self-contained binaries, I finally decided it was time to add theming to it. There’s something pleasing about being able to theme...
Join discussion
Oct 7, 2023 · 3 min read · Graphical 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 ...
Join discussion
Sep 24, 2023 · 4 min read · 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...
Join discussion