Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)