Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 715 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 715 Bytes

AppForgue is a library to make the creation of graphical applications easy using c++, it provides the windowing and UI systems independent of OS. It uses GLFW for windowing, DearImGui for UI and Glad for opengl context.

For now permits creating a window with OS titlebar or if windows custom titlebar.

Simply clone the repo, execute build.bat if Windows or build.sh if Linux.

Open the project in Visual Studio if Windows and start coding in test App.

Linux not tested for now..

AppForgue.h contains all you need for basic app creation.

Work in Progress

Future Plans Improve documentation. Improve ui handling. Add imgui addons. Add usefull utilities and apis to create a full framework of applications.