awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • playcanvas/engineplaycanvas 的头像

    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-weblxfater 的头像

    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/harfbuzzharfbuzz 的头像

    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.