https://github.com/himendersharma0712/wxwidgets-guide
https://github.com/himendersharma0712/wxwidgets-guide
cpp wxwidgets
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/himendersharma0712/wxwidgets-guide
- Owner: himendersharma0712
- Created: 2025-03-26T12:22:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-03T18:11:55.000Z (over 1 year ago)
- Last Synced: 2025-04-03T19:24:42.978Z (over 1 year ago)
- Topics: cpp, wxwidgets
- Language: C++
- Homepage:
- Size: 212 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
wxWidgets C++ Guide
Overview
This repo contains wxWidgets-based C++ applications. To build and run this project on Windows, you will need the necessary development tools and libraries.
Dependencies
1. MinGW (GCC for Windows) or MSVC (Microsoft Visual C++)
MinGW is recommended if you prefer using GCC toolchain on Windows.
Alternatively, you can use MSVC if you are working with Microsoft’s Visual Studio.
2. wxWidgets
You’ll need wxWidgets to compile the application. It provides the graphical components for the application.
3. CMake (Optional, if you prefer using CMake to manage the build)