https://github.com/zeyu-li/cpp_gui_template
Template for wxWidgets GUI :pencil:
https://github.com/zeyu-li/cpp_gui_template
gui-template
Last synced: about 1 year ago
JSON representation
Template for wxWidgets GUI :pencil:
- Host: GitHub
- URL: https://github.com/zeyu-li/cpp_gui_template
- Owner: Zeyu-Li
- Created: 2019-10-29T19:13:08.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-04T15:42:36.000Z (over 6 years ago)
- Last Synced: 2025-01-22T22:09:36.392Z (over 1 year ago)
- Topics: gui-template
- Language: C++
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# C++ GUI Template
## About
This is a GUI template for c++ using [wx-widgets](https://www.wxwidgets.org)
The code is from [javidx9's video](https://www.youtube.com/watch?v=FOIbK4bJKS8)
## Required Library
* [wsWidgets](https://www.wxwidgets.org/)
\*\* Remember to add to path after complying
## Settings for VS
Check the video
## Notes
.exe not included, thus you must build it first