https://github.com/lazypanda07/guiframework
Framework for desktop GUI applications.
https://github.com/lazypanda07/guiframework
cpp cpp20 cpp20-lib cpp20-library framework gui guiframework
Last synced: 24 days ago
JSON representation
Framework for desktop GUI applications.
- Host: GitHub
- URL: https://github.com/lazypanda07/guiframework
- Owner: LazyPanda07
- License: mit
- Created: 2021-06-01T16:19:22.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-11-29T20:31:34.000Z (about 1 year ago)
- Last Synced: 2025-04-11T11:49:20.258Z (11 months ago)
- Topics: cpp, cpp20, cpp20-lib, cpp20-library, framework, gui, guiframework
- Language: C++
- Homepage: https://lazypanda07.github.io/GUIFramework/
- Size: 22.9 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GUIFramework
Framework for desktop GUI applications in C++.
## Getting Started
Start by cloning the repository with `git clone https://github.com/LazyPanda07/GUIFramework.git GUIFrameworkLibrary --recursive`.
Run GUIFrameworkBuilder.exe and choose your .sln file and .vcxproj file. This program modify your files (added dependencies, link with GUIFrameworkLibrary).
## GUIFramework documentation
[docs](https://lazypanda07.github.io/GUIFramework/)
## GUIFrameworkBuilder
Link to [GUIFrameworkBuilder](https://github.com/LazyPanda07/GUIFrameworkBuilder)