Class library for creating gui applications
  • C++ 99.6%
  • CMake 0.4%
Find a file
2026-06-01 20:51:38 +02:00
cmake include correct dependencies 2026-06-01 19:48:56 +02:00
examples
include floating point preferences values 2026-03-17 17:16:20 +01:00
Resources
src Fix writing preferences 2026-03-22 07:31:50 +01:00
.clang-format
.clang-tidy
.gitignore
changelog Version bump 2026-06-01 20:51:38 +02:00
CMakeLists.txt Version bump 2026-06-01 20:51:38 +02:00
LICENSE
README.md

Libmgui

This library provides a cross platform application framework. Well, there's currently only one working platform which is GTK4, but reviving the Windows code should be possible. It is on the todo list.

The library uses a strict division between client code that is OS agnostic and implementation code using bridge patterns.

There's no documentation yet.