Tag

GPU rendering

0 views collected around this technical thread.

Ops Development Stories
Ops Development Stories
Jul 26, 2024 · Cloud Native

How to Deploy NVIDIA GPU Operator on Kubernetes for GPU‑Accelerated Rendering

Learn step‑by‑step how to install NVIDIA’s GPU‑operator on a Kubernetes cluster, configure GPU nodes, deploy a Blender workload for GPU‑accelerated rendering, monitor GPU metrics, and troubleshoot common issues, enabling seamless GPU scheduling and graphics rendering in cloud‑native environments.

BlenderGPU renderingGPU-operator
0 likes · 8 min read
How to Deploy NVIDIA GPU Operator on Kubernetes for GPU‑Accelerated Rendering
ByteDance SYS Tech
ByteDance SYS Tech
Apr 13, 2023 · Game Development

Understanding Rasterization: From 3D Models to Screen Pixels

This article explains the rasterization pipeline of GPU‑based 3D rendering, covering model setup, orthographic and perspective projection, viewport transformation, triangle rasterization, bounding‑box optimization, depth buffering, and final pixel shading, using a simple two‑triangle example to illustrate each step.

GPU renderingcomputer graphicsdepth buffer
0 likes · 12 min read
Understanding Rasterization: From 3D Models to Screen Pixels
Bilibili Tech
Bilibili Tech
Mar 17, 2023 · Game Development

Triangulation of Vector Graphics: Polygon Decomposition and Monotone Polygon Algorithms

This article explains how to convert vector‑graphics paths into GPU‑ready triangles by approximating Bézier curves with poly‑lines, simplifying self‑intersecting polygons using the Bentley‑Ottmann sweep‑line algorithm, decomposing simple polygons into monotone pieces, and finally triangulating those monotone polygons.

Bentley-OttmannBézier curvesGPU rendering
0 likes · 21 min read
Triangulation of Vector Graphics: Polygon Decomposition and Monotone Polygon Algorithms
Architects' Tech Alliance
Architects' Tech Alliance
Mar 5, 2023 · Fundamentals

CPU vs GPU Rendering: Differences, Advantages, and Use Cases

This article explains the fundamental differences between CPU and GPU rendering, comparing their speed, quality, memory usage, stability, hardware costs, and suitable scenarios to help readers choose the most appropriate rendering method for their workflows.

CPU renderingGPU renderingcomputer graphics
0 likes · 14 min read
CPU vs GPU Rendering: Differences, Advantages, and Use Cases
NetEase Cloud Music Tech Team
NetEase Cloud Music Tech Team
Dec 29, 2021 · Frontend Development

Understanding Browser Compositing Layers: A Guide to CSS Hardware Acceleration

The article explains how browsers build render trees and use GPU‑accelerated compositing layers—created by properties like transform, will‑change, or media elements—to improve performance, avoid repaint glitches such as iOS timer flicker, and offers best‑practice tips for using these layers efficiently without excess memory use.

Browser RenderingCSS OptimizationGPU rendering
0 likes · 10 min read
Understanding Browser Compositing Layers: A Guide to CSS Hardware Acceleration
Xianyu Technology
Xianyu Technology
Jun 9, 2018 · Mobile Development

Flutter Engine Thread Model and Dart Isolate Mechanism

The article explains Flutter’s engine thread model—four embedder‑provided task runners for platform, UI, GPU, and I/O—and how Dart isolates run single‑threaded with message‑based communication, highlighting performance benefits over JavaScript bridges, common threading pitfalls, and strategies for managing engine instances across multiple pages.

Dart isolateFlutterGPU rendering
0 likes · 16 min read
Flutter Engine Thread Model and Dart Isolate Mechanism