https://github.com/devinsmith/luigi
Barebones GUI library based on nakst's luigi
https://github.com/devinsmith/luigi
Last synced: 5 months ago
JSON representation
Barebones GUI library based on nakst's luigi
- Host: GitHub
- URL: https://github.com/devinsmith/luigi
- Owner: devinsmith
- License: mit
- Created: 2024-06-05T23:41:09.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2025-12-20T00:46:36.000Z (6 months ago)
- Last Synced: 2025-12-22T10:55:46.542Z (6 months ago)
- Language: C
- Size: 187 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# luigi
A barebones GUI library for Win32 and X11.
This is a fork of [nakst's luigi](https://github.com/nakst/luigi) library,
but with changes that may not be acceptable to that library. The major changes
are:
* No longer single header.
* Built using CMake.
* Removal of Essence port (CMake does not support Essence).
There are also slight changes that make this no longer compatible with nakst's
version. The biggest change is making the `ui` context variable opaque.
Accessing properties of this structure are done via some new functions. Please
see example apps.