CMD + K

epoxy

Community

A library for handling OpenGL function pointer management for you.

Installation

To install this package, run one of the following:

Conda
$conda install aarch64-staging::epoxy

Usage Tracking

1.5.4
1 / 8 versions selected
Downloads (Last 6 months): 0

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.

About

Summary

A library for handling OpenGL function pointer management for you.

Last Updated

Aug 3, 2021 at 13:59

License

MIT

Total Downloads

10

Supported Platforms

linux-aarch64