awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

8 مستودعات

Awesome GitHub RepositoriesGraphics API Integrations

Frameworks for initializing and managing low-level graphics contexts.

Distinct from Graphics Engines and Rendering: Distinct from general graphics engines: focuses on the integration layer for OpenGL and Vulkan.

Explore 8 awesome GitHub repositories matching graphics & multimedia · Graphics API Integrations. Refine with filters or upvote what's useful.

Awesome Graphics API Integrations GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • glfw/glfwالصورة الرمزية لـ glfw

    glfw/glfw

    14,716عرض على 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

    Provides deep integration for initializing and managing OpenGL and Vulkan rendering environments.

    Cclinuxmacos
    عرض على GitHub↗14,716
  • wxwidgets/wxwidgetsالصورة الرمزية لـ wxWidgets

    wxWidgets/wxWidgets

    7,036عرض على GitHub↗

    wxWidgets is a C++ UI toolkit and cross-platform GUI framework used to develop desktop applications for Windows, macOS, and Linux. It functions as a native widget wrapper, providing an abstraction layer that maps a single set of API calls to the native interface elements of different platforms. The framework allows for the creation of native graphical user interfaces by utilizing the host operating system's own controls and APIs. This ensures that applications maintain a native look and feel across various operating systems while using a consistent codebase. Beyond interface development, the

    Provides an integration layer for managing low-level graphics contexts to render 3D elements.

    C++c-plus-pluscocoacross-platform
    عرض على GitHub↗7,036
  • fangwei716/30-days-of-react-nativeالصورة الرمزية لـ fangwei716

    fangwei716/30-days-of-react-native

    6,879عرض على GitHub↗

    This project is a collection of practical implementation examples and demonstrations for building mobile applications using a JavaScript-based native framework. It serves as a cross-platform mobile framework demo, providing a gallery of interactive interface patterns and native integration suites. The repository showcases specialized capabilities including high-performance 2D and 3D visual content through OpenGL graphics implementation. It also features a suite of native hardware integrations, covering biometric authentication via fingerprint scanning and gesture-based unlock patterns. The p

    Implements the integration layer to initialize and manage low-level OpenGL graphics contexts on mobile.

    JavaScript
    عرض على GitHub↗6,879
  • khronosgroup/moltenvkالصورة الرمزية لـ KhronosGroup

    KhronosGroup/MoltenVK

    5,491عرض على GitHub↗

    MoltenVK is a Vulkan implementation for macOS that acts as a cross-API graphics wrapper. It serves as a translation layer that maps Vulkan graphics and compute API calls to corresponding Metal commands for execution on Apple hardware. The project enables the translation of Vulkan rendering pipelines to the native Metal framework, allowing cross-platform graphics and compute applications to run on Apple operating systems. This facilitates the porting of games and applications developed for other platforms to macOS. The implementation includes capabilities for advanced graphics feature impleme

    Implements advanced hardware effects by accessing undocumented system interfaces not exposed in public frameworks.

    Objective-C++
    عرض على GitHub↗5,491
  • alandefreitas/matplotplusplusالصورة الرمزية لـ alandefreitas

    alandefreitas/matplotplusplus

    4,894عرض على GitHub↗

    This C++ data visualization library is a scientific plotting framework used to create 2D and 3D charts, network graphs, and geographic maps. It operates as a multi-backend graphics library, decoupling high-level plotting logic from low-level rendering engines to support various output backends. The project distinguishes itself with a dual-interface API, providing both a global functional interface for rapid prototyping and an object-oriented interface for precise control. It features a component-based layout engine for managing tiled grids and subplots, alongside a layered plot state that all

    Decouples high-level plotting logic from low-level rendering engines to support various output backends.

    C++charting-librarychartscontour-plots
    عرض على GitHub↗4,894
  • attackondobby/ios-core-animation-advanced-techniquesالصورة الرمزية لـ AttackOnDobby

    AttackOnDobby/iOS-Core-Animation-Advanced-Techniques

    4,489عرض على GitHub↗

    هذا المشروع هو دليل تقني ومكتبة تنفيذ للتأثيرات البصرية المتقدمة والرسوم المتحركة المسرعة بالأجهزة باستخدام إطار عمل Core Animation على iOS. يوفر مرجعاً شاملاً لإنشاء رسومات متحركة عالية الأداء، وعرض رسومي مخصص، وبناء محركات ثلاثية الأبعاد باستخدام تحويلات المنظور ومعالجة المحور Z. تتميز المجموعة بتركيز عميق على تحسين عرض GPU وأداء الرسومات. وتغطي استراتيجيات متقدمة للحفاظ على معدلات إطارات عالية، مثل تقليل العرض خارج الشاشة عبر تحسين مسار الظل، وتنفيذ تحميل وفك ضغط الصور غير المتزامن، واستخدام التخزين المؤقت للمحتوى القائم على التنقيط (rasterization). يغطي المشروع مجموعة واسعة من مجالات القدرة، بما في ذلك بناء الكائنات ثلاثية الأبعاد، وإنشاء نظام الجسيمات، ودمج بيانات مستشعر الجهاز للرسوم المتحركة القائمة على الفيزياء. كما يفصل التحكم المعقد في الرسوم المتحركة، بدءاً من استيفاء الإطارات الرئيسية ومنحنيات التوقيت المخصصة إلى مسح الرسوم المتحركة اليدوي وتعديل سرعة التشغيل. تشمل التغطية الإضافية إدارة التخطيط المكاني، ورسم أشكال المتجهات، وتشخيصات لقياس استخدام GPU وتحليل أداء العرض.

    Integrates high-performance 3D graphics and custom shaders via dedicated OpenGL graphics layers.

    عرض على GitHub↗4,489
  • imgui-rs/imgui-rsالصورة الرمزية لـ imgui-rs

    imgui-rs/imgui-rs

    3,019عرض على GitHub↗

    This project provides Rust bindings for the Dear ImGui library, enabling the creation of high-performance graphical user interfaces using an immediate-mode paradigm. By defining interface elements directly within the application render loop, it eliminates the need for persistent object hierarchies, allowing for rapid prototyping and dynamic visual updates. The library distinguishes itself by wrapping complex native function signatures in type-safe builders, which improves developer ergonomics while maintaining the performance characteristics of the underlying C++ implementation. It utilizes a

    Connects the interface layer to various graphics APIs and windowing systems by processing draw lists into vertex and index buffers.

    Rustguiimguirust
    عرض على GitHub↗3,019
  • amandaghassaei/gpu-ioالصورة الرمزية لـ amandaghassaei

    amandaghassaei/gpu-io

    1,472عرض على GitHub↗

    This library is a web-based framework designed for general-purpose parallel processing and high-performance computation on graphics hardware. It provides a toolkit for executing complex mathematical operations, physics simulations, and procedural visualizations directly within the browser by leveraging the graphics processor for data-intensive tasks. The framework distinguishes itself through automated shader management, which ensures consistent execution across diverse hardware and browser environments. It achieves this by transpiling modern shader syntax into legacy versions and automatical

    Shares graphics contexts and textures between rendering engines to allow seamless data exchange and combined visual output.

    TypeScriptcanvasglslgpgpu
    عرض على GitHub↗1,472
  1. Home
  2. Graphics & Multimedia
  3. Graphics Engines and Rendering
  4. Graphics API Integrations

استكشف الوسوم الفرعية

  • Backend Integration LayersMechanisms for decoupling high-level drawing logic from specific graphics API implementations. **Distinct from Graphics API Integrations:** Distinct from Graphics API Integrations by focusing on the architectural decoupling layer rather than just initializing a specific API context.
  • Private API IntegrationsIntegration layers that utilize undocumented or non-public system interfaces to enable specialized hardware features. **Distinct from Graphics API Integrations:** Specifically covers the use of private/undocumented APIs rather than standard public API integration.