Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 3 years ago)
- Default Branch: master
- Last Pushed: 2024-11-27T19:25:26.000Z (about 2 months ago)
- Last Synced: 2024-11-27T20:27:02.567Z (about 2 months ago)
- Topics: cpp, cpp20, cpp20-lib, cpp20-library, framework, gui, guiframework
- Language: C++
- Homepage: https://lazypanda07.github.io/GUIFramework/
- Size: 20.1 MB
- Stars: 1
- Watchers: 2
- 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)