Registry / other / libui
library2018-11-03vcpkgunverified

Simple and portable (but not inflexible) native GUI library in C.

vcpkg install libui
INSTALL
IMPORT
SIG · LIBUI
L
libui
othercppv2018-11-03
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ui.h
#include <ui.h>

Create a simple window with libui

#include <ui.h> #include <stdlib.h> int main() { uiInitOptions o = {0}; uiInit(&o); uiWindow *w = uiNewWindow("Hello", 300, 200, 0); uiControlShow(uiControl(w)); uiMain(); return 0; }
Debug
Known issues
breakingLibrary is no longer actively maintained
fix
Consider using libui-ng or other alternatives for new projects
affects: *
Upgrade
Version history
2018-11-03latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources

No resource links recorded.

libui — pip install libui · libregistry