Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 558 Bytes

File metadata and controls

12 lines (9 loc) · 558 Bytes

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

GUIFrameworkBuilder

Link to GUIFrameworkBuilder