https://github.com/lszl84/wx_wrapsizers_tutorial
Building a desktop Paint App clone with C++ and wxWidgets
https://github.com/lszl84/wx_wrapsizers_tutorial
cpp desktop layout wxwidgets
Last synced: about 1 hour ago
JSON representation
Building a desktop Paint App clone with C++ and wxWidgets
- Host: GitHub
- URL: https://github.com/lszl84/wx_wrapsizers_tutorial
- Owner: lszl84
- License: mit
- Created: 2023-03-16T10:18:52.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2026-03-25T14:26:23.000Z (4 months ago)
- Last Synced: 2026-03-26T17:11:05.344Z (3 months ago)
- Topics: cpp, desktop, layout, wxwidgets
- Language: C++
- Homepage: https://devmindscape.com
- Size: 366 KB
- Stars: 13
- Watchers: 1
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wx_wrapsizers_tutorial
Using wrap sizers and spacers for UI layout to create a paint app in C++ using wxWidgets.
See: https://www.youtube.com/channel/UC4Q-KGKCeFbBpaAqwllCDqQ

---
Check out the blog for more! [devmindscape.com](https://devmindscape.com)
---