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 repo contains several small example Win32 applications written in Adept. No official win32 bindings exist yet, so all of the necessary Windows declarations are inside windows.adept and all ...
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 ...