{"id":60407,"library":"libepoxy","title":"Epoxy","description":"Epoxy is a library for handling OpenGL function pointer management, simplifying OpenGL context and extension loading.","status":"active","version":"1.5.10","language":"cpp","source_language":null,"source_url":null,"tags":["opengl","graphics","context","loader"],"install":[{"cmd":"vcpkg install libepoxy","lang":"bash","label":"vcpkg"},{"cmd":"# CMakeLists.txt\nfind_package(libepoxy CONFIG REQUIRED)\ntarget_link_libraries(main PRIVATE Epoxy::epoxy)","lang":"cmake","label":"CMake"}],"dependencies":[],"imports":[{"symbol":"epoxy/gl.h","correct":"#include <epoxy/gl.h>"}],"quickstart":{"code":"#include <epoxy/gl.h>\n#include <iostream>\n\nint main() {\n    std::cout << \"OpenGL version: \" << glGetString(GL_VERSION) << std::endl;\n    return 0;\n}","lang":"cpp","description":"Minimal example querying OpenGL version using Epoxy (requires an active OpenGL context)."},"warnings":[{"fix":"Create an OpenGL context before using Epoxy functions.","message":"Requires an active OpenGL context (e.g., from GLFW or Qt) before calling any OpenGL functions.","severity":"gotcha","affected_versions":"*"}],"env_vars":null,"search_vec":"'context':14,20 'epoxi':1,2 'extens':16 'function':9 'graphic':19 'handl':7 'librari':5 'load':17 'loader':21 'manag':11 'opengl':8,13,18 'pointer':10 'simplifi':12","created_at":"2026-06-16T19:29:32.307892+00:00","updated_at":"2026-06-16T19:29:32.307892+00:00","problems":[],"ecosystem":"vcpkg","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":null,"github":null,"docs":null,"changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["other"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}