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

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

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

Awesome GitHub RepositoriesParallelized Path Rendering

Rendering techniques that decompose complex vector paths into segments for simultaneous processing across GPU cores.

Distinct from SVG Path Rendering: Focuses on the parallel execution strategy across GPU cores rather than just the notation or basic rendering of SVG paths.

Explore 1 awesome GitHub repository matching graphics & multimedia · Parallelized Path Rendering. Refine with filters or upvote what's useful.

Awesome Parallelized Path Rendering GitHub Repositories

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

    linebender/vello

    4,120在 GitHub 上查看↗

    Vello 是一个跨平台图形库和 GPU 加速的 2D 矢量渲染器。它作为一个引擎,用于绘制高性能 2D 场景、渲染可缩放矢量图形 (SVG) 文件以及播放 Lottie 动画。 该项目利用 GPU 计算着色器进行光栅化,并将矢量几何存储在 GPU 常驻场景图中,以最大限度地减少数据传输。它采用平铺渲染架构和并行路径渲染,以跨不同的图形 API 处理复杂的图像。 该库提供硬件加速的合成功能,并支持将渲染后的 2D 视觉数据直接输出到不同硬件平台上的原生操作系统窗口。

    Breaks complex vector paths into small segments processed simultaneously across thousands of GPU cores.

    Rust
    在 GitHub 上查看↗4,120
  1. Home
  2. Graphics & Multimedia
  3. SVG Path Rendering
  4. Parallelized Path Rendering