A community led collection of recipes, build infrastructure and distributions for the conda package manager.
A community led collection of recipes, build infrastructure and distributions for the conda package manager.
epoxy
v1.5.10
A library for handling OpenGL function pointer management for you.
A library for handling OpenGL function pointer management for you.
Description
Epoxy is a library for handling OpenGL function pointer management for you.
It hides the complexity of dlopen(), dlsym(), glXGetProcAddress(),
eglGetProcAddress(), etc. from the app developer, with very little
knowledge needed on their part. They get to read GL specs and write code
using undecorated function names like glCompileShader().
Don't forget to check for your extensions or versions being present before
you use them, just like before! We'll tell you what you forgot to check
for instead of just segfaulting, though.
Install package
If this channel isn't in your workspace yet, add it first: