KiteGUI is a lightweight, object-oriented C++ framework designed to make software development surprisingly easy. By wrapping WinAPI into clean, manageable classes, it allows you to build native, high-performance Windows applications without writing hundreds of lines of code.
For more information, including documentation, visit https://kitegui.com.
There are two ways to install KiteGUI:
- Copy all files directly into your project directory.
- Copy all files directly into your compiler's /include folder. This is the preferred approach, as it allows you to use KiteGUI in every project without having to copy the files each time.
This project is licensed under the MIT License.