Registry / other / glui
library2019-11-30vcpkgunverified

GLUI is a GLUT-based C++ user interface library

vcpkg install glui
INSTALL
IMPORT
SIG · GLUI
G
glui
othercppv2019-11-30
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.

GL/glui.h
#include <GL/glui.h>

Creates a simple GLUI window

#include <GL/glui.h> #include <GL/glut.h> int main(int argc, char** argv) { glutInit(&argc, argv); GLUI_Master.create_glui("GLUI Example"); glutMainLoop(); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2019-11-30latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Meta
1
Resources

No resource links recorded.

glui — pip install glui · libregistry