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