Registry / other / freeglut

freeglut

JSON →
library3.8.0vcpkgunverified

A free OpenGL utility toolkit, the open-sourced alternative to the GLUT library.

vcpkg install freeglut
INSTALL
IMPORT
SIG · FREEGLUT
F
freeglut
othercppv3.8.0
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/freeglut.h
#include <GL/freeglut.h>

Initialize freeglut and create a window

#include <GL/freeglut.h> int main(int argc, char** argv) { glutInit(&argc, argv); glutCreateWindow("Hello freeglut"); glutMainLoop(); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.8.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources

No resource links recorded.

freeglut — pip install freeglut · libregistry