Registry / utility / rioki-glow

rioki-glow

JSON →
library0.2.1vcpkgunverified

OpenGL Object Wrapper library.

vcpkg install rioki-glow
INSTALL
IMPORT
SIG · RIOKI-GLOW
R
rioki-glow
utilitycppv0.2.1
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.

glow/glow.h
#include <glow/glow.h>

Basic OpenGL shader program setup using glow.

#include <glow/glow.h> int main() { glow::Program program; program.attach(glow::Shader::fromFile(GL_VERTEX_SHADER, "vertex.glsl")); program.attach(glow::Shader::fromFile(GL_FRAGMENT_SHADER, "fragment.glsl")); program.link(); return 0; }
Debug
Known issues
gotchaRequires an OpenGL context (e.g., GLFW or SDL).
fix
Initialize OpenGL context before using glow objects.
affects: all
Upgrade
Version history
0.2.1latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

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

No resource links recorded.

rioki-glow — pip install rioki-glow · libregistry