https://github.com/ullaskunder3/reimagine-win32-ui
https://github.com/ullaskunder3/reimagine-win32-ui
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ullaskunder3/reimagine-win32-ui
- Owner: ullaskunder3
- Created: 2025-06-19T16:55:07.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-06-19T17:04:00.000Z (12 months ago)
- Last Synced: 2025-06-19T18:31:26.407Z (12 months ago)
- Language: C++
- Size: 3.91 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# reimagine-win32-ui
A minimal frameless Windows UI with custom drawn buttons using GDI+.
I’m currently learning how to create something clean and customizable from scratch.
This started with a simple idea and turned into hours of tweaking things, debugging layout issues, and messing around with button logic.
This version uses a custom TDM-GCC setup and draws everything manually—no Windows title bar, no default controls.
Let’s see what I can eventually build from this.
### Compile
```bash
g++ main_ui_test.cpp -o windown_test.exe -lgdiplus -lgdi32 -mwindows
```
> Tested on: Windows 11 + TDM-GCC + GDI+
