xrGUI is a header only, minimalist set of classes for native win32 GUI development. It provides a simple set of functionality for developing simple GUIs in C++. Only a basic set of controls and ...
This is a fun little project that I created around 2011, while I was learning windows native GUI and C++. Even though it is just a prove of concept learning material that was never supposed to reach 1 ...
I've used Win32 to program multithread applications and I like it, it's pretty flexible and garbage-free. I will be working on a GUI and though I'm a Win32 fan, I'm trying to explore if there are less ...