https://github.com/zodddev/wx-mvc
wxWidgets MVC Template
https://github.com/zodddev/wx-mvc
Last synced: 25 days ago
JSON representation
wxWidgets MVC Template
- Host: GitHub
- URL: https://github.com/zodddev/wx-mvc
- Owner: zoddDev
- Created: 2020-12-22T15:36:50.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-22T15:50:04.000Z (about 5 years ago)
- Last Synced: 2025-02-01T08:47:55.744Z (12 months ago)
- Language: Makefile
- Size: 785 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# wx-mvc
This repository serves as an easy to use Model View Controller (MVC) template for C++ using wxWidgets for GUI development.
Download and start working with it: The project can be directly imported as a [CLion](https://www.jetbrains.com/clion/) project.
# What is [wxWidgets](https://www.wxwidgets.org)?

wxWidgets is a C++ library that lets developers create applications for Windows, macOS, Linux and other platforms with a single code base. It has popular language bindings for Python, Perl, Ruby and many other languages, and unlike other cross-platform toolkits, wxWidgets gives applications a truly native look and feel because it uses the platform's native API rather than emulating the GUI. It's also extensive, free, open-source and mature.