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

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

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

3 مستودعات

Awesome GitHub RepositoriesHybrid WebGL-WebGPU Renderers

Rendering systems that support both WebGL and WebGPU APIs for hardware-accelerated graphics.

Distinct from WebGL & GPU Rendering: Specifically handles the hybrid support of multiple web-based graphics APIs, not just a single API execution.

Explore 3 awesome GitHub repositories matching graphics & multimedia · Hybrid WebGL-WebGPU Renderers. Refine with filters or upvote what's useful.

Awesome Hybrid WebGL-WebGPU Renderers GitHub Repositories

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

    playcanvas/engine

    16,051عرض على GitHub↗

    This project is a WebGL 3D game engine and comprehensive suite of tools for rendering high-performance 3D graphics and interactive scenes in the browser using WebGL and WebGPU. It provides a dedicated WebXR framework for building augmented and virtual reality experiences that run directly in a web browser. The engine includes a specialized Gaussian splatting renderer for displaying 3D point-cloud data to create photorealistic environmental captures. It utilizes a glTF asset pipeline to load and stream compressed 3D models and textures for efficient asset delivery. The system covers real-time

    Uses a hardware-accelerated graphics pipeline to translate 3D scene data into pixels across both WebGL and WebGPU.

    JavaScript
    عرض على GitHub↗16,051
  • lxfater/inpaint-webالصورة الرمزية لـ lxfater

    lxfater/inpaint-web

    5,834عرض على GitHub↗

    A free and open-source inpainting & image-upscaling tool powered by webgpu and wasm on the browser。| 基于 Webgpu 技术和 wasm 技术的免费开源 inpainting & image-upscaling 工具, 纯浏览器端实现。

    Combines WebGPU for compute-intensive tensor operations with WASM for model loading and control logic.

    TypeScriptimage-upscalinginpaintingsuper-resolution
    عرض على GitHub↗5,834
  • harfbuzz/harfbuzzالصورة الرمزية لـ harfbuzz

    harfbuzz/harfbuzz

    5,800عرض على GitHub↗

    HarfBuzz is a text shaping engine that converts Unicode text into correctly positioned glyphs for any writing system. It processes OpenType layout features, substitution rules, and positioning tables to produce shaped glyph sequences from font data, and also handles Apple Advanced Typography font tables. The library provides a stable C API that abstracts over platform-specific font access and rendering backends, and includes a font table caching layer to avoid redundant parsing during repeated shaping operations. The project implements script-specific shaping logic for complex writing systems

    Renders positioned glyphs directly on a GPU using WebGL or WebGPU with interactive controls.

    C++
    عرض على GitHub↗5,800
  1. Home
  2. Graphics & Multimedia
  3. Graphics Engines and Rendering
  4. WebGL & GPU Rendering
  5. Hybrid WebGL-WebGPU Renderers

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

  • GPU Text RenderersRenders positioned glyphs from a text shaper directly on a GPU using WebGL or WebGPU, with interactive pan, zoom, and rotation controls. **Distinct from Hybrid WebGL-WebGPU Renderers:** Distinct from Hybrid WebGL-WebGPU Renderers: focuses on text rendering specifically, not general hybrid graphics API support.
  • WebGPU-WASM Hybrid PipelinesArchitectures that combine WebGPU for compute-intensive tensor operations with WASM for model loading and control logic. **Distinct from Hybrid WebGL-WebGPU Renderers:** Distinct from Hybrid WebGL-WebGPU Renderers: combines WebGPU with WASM for ML inference, not WebGL for rendering.