awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 repository-uri

Awesome GitHub RepositoriesFunction Pointer Retrievers

Utilities for resolving graphics API function addresses at runtime.

Distinct from Graphics Rendering APIs: Distinct from general rendering APIs: focuses on the runtime resolution of function pointers.

Explore 3 awesome GitHub repositories matching graphics & multimedia · Function Pointer Retrievers. Refine with filters or upvote what's useful.

Awesome Function Pointer Retrievers GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • glfw/glfwAvatar glfw

    glfw/glfw

    14,716Vezi pe GitHub↗

    This project is a cross-platform library designed for desktop application development, providing a unified interface for window management, input handling, and hardware-accelerated graphics. It serves as a foundational framework that abstracts platform-specific windowing protocols and graphics APIs, enabling developers to create interactive software that functions consistently across Windows, macOS, and Linux. The library distinguishes itself by providing deep integration with low-level graphics APIs, specifically OpenGL and Vulkan. It manages the complexities of graphics context initializati

    Retrieves graphics API function addresses at runtime to access vendor-specific extensions.

    Cclinuxmacos
    Vezi pe GitHub↗14,716
  • joeydevries/learnopenglAvatar JoeyDeVries

    JoeyDeVries/LearnOpenGL

    12,495Vezi pe GitHub↗

    LearnOpenGL is an educational resource and collection of C++ graphics implementations designed to teach the OpenGL graphics API. It provides code samples and reference implementations for real-time rendering, focusing on the creation of 2D and 3D visuals. The project includes practical examples of GLSL shaders for rendering 3D geometry and visual effects. These implementations are organized as a cross-platform graphics project, allowing the code to be built and executed across different operating systems. The repository covers the fundamental concepts of graphics programming, including shade

    Uses GLAD to dynamically resolve OpenGL function pointers for driver compatibility.

    C++
    Vezi pe GitHub↗12,495
  • lwjgl/lwjgl3Avatar LWJGL

    LWJGL/lwjgl3

    5,269Vezi pe GitHub↗

    LWJGL is a cross-platform library that provides Java bindings to native APIs for graphics, audio, compute, windowing, and input. It enables Java applications to access low-level hardware-accelerated capabilities such as OpenGL and Vulkan rendering, OpenAL 3D audio, OpenCL GPU compute, and GLFW windowing and input handling. Under the hood, LWJGL dynamically resolves native function pointers at runtime, loads platform-specific shared libraries, and uses generated JNI bindings to bridge Java and native code. It offers explicit memory management through direct buffer access and stack-allocated me

    Provides runtime resolution of graphics API function pointers from the active driver context.

    Javabindingsfmodfreetype
    Vezi pe GitHub↗5,269
  1. Home
  2. Graphics & Multimedia
  3. Graphics Engines and Rendering
  4. Rendering
  5. Graphics APIs and Bindings
  6. Graphics Rendering APIs
  7. Function Pointer Retrievers