https://github.com/pillfall/wxstudy
This is a collection of examples and study of the wxWidgets library
https://github.com/pillfall/wxstudy
Last synced: 6 months ago
JSON representation
This is a collection of examples and study of the wxWidgets library
- Host: GitHub
- URL: https://github.com/pillfall/wxstudy
- Owner: PillFall
- Created: 2021-06-07T08:42:44.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-11-30T20:44:01.000Z (over 4 years ago)
- Last Synced: 2024-12-29T05:43:51.029Z (over 1 year ago)
- Language: C++
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.adoc
Awesome Lists containing this project
README
= wxStudy
Joar Esteban Buitrago Carrillo
v1.0. 2021-06-07
These folders include code from all the wxWidgets examples. But
commented in a way that I could understand better was going on in the
code.
All the examples was rewritten in a way that must compile in both
Linux and Windows (I do not have a Mac, so I could not test it) using
CMake as the build generator.
Each example has another ReadMe file trying to explain what is the
purpose of the code and app.