Tag

WebGPU

0 views collected around this technical thread.

Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Jul 13, 2024 · Frontend Development

Using WebGPU Compute Pipeline for Large‑Scale Bird Flocking Simulation

This article explains how to leverage WebGPU's compute pipeline and WGSL shaders to simulate the flocking behavior of tens of thousands of birds on the GPU, covering context creation, shader modules, pipeline setup, data buffers, and the rendering‑compute loop with full JavaScript code examples.

Flocking SimulationGPU ComputeJavaScript
0 likes · 16 min read
Using WebGPU Compute Pipeline for Large‑Scale Bird Flocking Simulation
Xiaohongshu Tech REDtech
Xiaohongshu Tech REDtech
May 31, 2024 · Frontend Development

REDtech Salon: Frontier Exploration of WebGPU and Interactive Rendering Technologies

The REDtech Salon in Shanghai showcased WebGPU and interactive rendering advances, with W3C’s François Daoust demonstrating WebCodecs, Streams, and GPU‑accelerated video processing, while Xiaohongshu’s Huang Yuejia and Wang Ning highlighted business‑driving projects, migration from WebGL to WebGPU, and future AR‑enabled frontend innovations.

Frontend DevelopmentInteractive RenderingStreams API
0 likes · 8 min read
REDtech Salon: Frontier Exploration of WebGPU and Interactive Rendering Technologies
Tencent Cloud Developer
Tencent Cloud Developer
May 29, 2024 · Frontend Development

My Journey to Becoming a Chromium Committer: Contributions, Patches, and Lessons Learned

The author recounts a ten‑year journey from fixing a simple compositor bug in 2014 to submitting dozens of WebGPU, WebGL, and Android WebView patches, ultimately meeting Chromium’s committer criteria and earning the role in 2023, highlighting the value of persistent open‑source contributions.

Browser EngineCommitterPatch Contribution
0 likes · 11 min read
My Journey to Becoming a Chromium Committer: Contributions, Patches, and Lessons Learned
ByteFE
ByteFE
Apr 24, 2024 · Game Development

Rendering Practices and Technical Exploration of SAR Creator in Douyin's 2024 Spring Festival Activities

This article details the real‑time rendering techniques, material choices, lighting, shadergraph effects, particle and geometry trails, and post‑processing implementations used in Douyin's 2024 Spring Festival interactive experiences, showcasing SAR Creator's capabilities and future development directions.

SAR CreatorWebGPUbloom post‑processing
0 likes · 18 min read
Rendering Practices and Technical Exploration of SAR Creator in Douyin's 2024 Spring Festival Activities
ByteFE
ByteFE
Jul 17, 2023 · Frontend Development

Understanding WebGL, Its Frameworks, and Performance Optimization Strategies

This article explains what WebGL is, surveys popular 2D and 3D JavaScript frameworks, analyzes large‑scene performance bottlenecks, and presents concrete optimization techniques such as custom GeoJSON compression, fragment reduction, draw‑call batching, mesh merging, LOD, face culling, and Web Workers, concluding with a brief overview of the emerging WebGPU API.

3D graphicsFrontend DevelopmentJavaScript
0 likes · 24 min read
Understanding WebGL, Its Frameworks, and Performance Optimization Strategies
360 Tech Engineering
360 Tech Engineering
Jul 3, 2023 · Frontend Development

Rendering Techniques for Browser Visualizations: DOM, SVG, Canvas, WebGL, and WebGPU

This article explains the four primary browser rendering approaches—DOM (HTML+CSS), SVG, Canvas, and WebGL/WebGPU—detailing their principles, advantages, limitations, and practical examples to help developers understand the underlying mechanics of web‑based visualizations.

DOMSVGWebGL
0 likes · 12 min read
Rendering Techniques for Browser Visualizations: DOM, SVG, Canvas, WebGL, and WebGPU
Laravel Tech Community
Laravel Tech Community
Apr 11, 2023 · Frontend Development

Chrome Announces WebGPU Implementation in Chrome 113 Beta with Cross‑Platform Support

Chrome’s team has released the first implementation of the WebGPU API in Chrome 113 Beta, enabling high‑performance 3D graphics and data‑parallel compute on supported ChromeOS, macOS, and Windows platforms, with broader platform support and library integrations slated for later this year.

ChromeGPU computingGraphics API
0 likes · 4 min read
Chrome Announces WebGPU Implementation in Chrome 113 Beta with Cross‑Platform Support
ByteDance Web Infra
ByteDance Web Infra
Jan 28, 2022 · Frontend Development

Interview with Ricardo Cabello (mrdoob) on Three.js, WebGL, WebGPU, and Open‑Source Development

In this translated AMA, Three.js creator Ricardo Cabello discusses his journey from the Demoscene to Google, the evolution of Three.js, challenges of open‑source maintenance, performance optimizations, WebGL versus WebGPU, VR/AR prospects, and the future role of web graphics in the metaverse.

ARJavaScriptThree.js
0 likes · 40 min read
Interview with Ricardo Cabello (mrdoob) on Three.js, WebGL, WebGPU, and Open‑Source Development
ByteFE
ByteFE
Jan 7, 2022 · Frontend Development

Curated Frontend Development Resources and Articles

This collection presents a variety of recent frontend‑focused articles and tutorials—including WebGPU fundamentals, low‑code implementation principles, Esbuild performance tricks, design‑pattern insights, TypeScript type programming, NestJS dependency injection, Pinia state management, image‑loading optimization, and Immer.js immutable data handling—each accompanied by QR‑code links to the original sources.

Image OptimizationNestJSPinia
0 likes · 7 min read
Curated Frontend Development Resources and Articles
UC Tech Team
UC Tech Team
Nov 19, 2018 · Game Development

Introducing Web High-Level Shading Language (WHLSL): Design, Safety, and Compatibility

The article presents WHLSL, a new Web‑compatible high‑level shading language inspired by HLSL, detailing its safety‑first design, language requirements, syntax features, standard‑library concepts, compilation stages, and how it maps to Metal, Direct3D 12, and SPIR‑V for modern WebGPU applications.

GPUHLSLWHLSL
0 likes · 35 min read
Introducing Web High-Level Shading Language (WHLSL): Design, Safety, and Compatibility