Tagged articles
20 articles
Page 1 of 1
AI Architecture Path
AI Architecture Path
May 21, 2026 · Frontend Development

Build a 3D Pavilion in 5 Minutes with the Open‑Source Pascal Editor (16.1k Stars)

Pascal Editor is a free, open‑source, WebGPU‑accelerated online 3D architecture editor that runs in any modern browser, offering end‑to‑end space editing, high‑performance rendering, parametric tools, multi‑format export, a modular React‑based architecture, and use cases ranging from interior design to education, while outlining its strengths and current limitations.

3D modelingPascal EditorReact
0 likes · 8 min read
Build a 3D Pavilion in 5 Minutes with the Open‑Source Pascal Editor (16.1k Stars)
James' Growth Diary
James' Growth Diary
Apr 13, 2026 · Frontend Development

Local Inference & Edge AI: Why Front‑End AI Is the Next Battlefield

Edge AI runs AI models directly in browsers or devices, offering zero latency, zero API cost, and full privacy, and the article explains the three technical breakthroughs that make it possible, compares WebLLM, Transformers.js and Ollama, and provides a hybrid architecture with concrete engineering challenges and solutions that can cut total AI costs by 40‑55% for typical front‑end applications.

OllamaTransformers.jsWebGPU
0 likes · 20 min read
Local Inference & Edge AI: Why Front‑End AI Is the Next Battlefield
Node.js Tech Stack
Node.js Tech Stack
Apr 6, 2026 · Artificial Intelligence

Run Full AI Models Directly in the Browser with Transformers.js v4

Transformers.js v4 rewrites its WebGPU runtime in C++ and compiles to WASM, delivering ten‑fold faster build times, 10% smaller bundles, and up to four‑fold speedups for BERT‑style models, while supporting over 20 new architectures such as Qwen3.5 and enabling offline, privacy‑preserving AI inference directly in the browser.

Transformers.jsWasmWebGPU
0 likes · 8 min read
Run Full AI Models Directly in the Browser with Transformers.js v4
Black & White Path
Black & White Path
Apr 3, 2026 · Information Security

Chrome’s New High‑Severity 0‑Day: CVE‑2026‑5281 Exploited in the Wild

Google released an emergency update on April 1 2026 fixing a critical Use‑After‑Free vulnerability (CVE‑2026‑5281) in Chrome’s WebGPU Dawn component, which is already exploited in the wild; the article details the flaw’s mechanics, attack flow, affected versions, exploitation challenges, and mitigation recommendations.

CVE-2026-5281ChromeDawn
0 likes · 16 min read
Chrome’s New High‑Severity 0‑Day: CVE‑2026‑5281 Exploited in the Wild
AutoHome Frontend
AutoHome Frontend
Mar 22, 2026 · Frontend Development

Can a Browser‑Only Video Editor Rival Desktop NLEs? Inside Tooscut’s WebGPU Stack

Tooscut is a fully browser‑based professional video editor that leverages React 19, TanStack Start, a Rust‑compiled WebAssembly rendering engine, and WebGPU acceleration, allowing multi‑track timelines, keyframe animation, and real‑time filters without uploading files, illustrating how modern web technologies can approach native performance while keeping data local.

Browser Video EditingReactRust
0 likes · 5 min read
Can a Browser‑Only Video Editor Rival Desktop NLEs? Inside Tooscut’s WebGPU Stack
360 Tech Engineering
360 Tech Engineering
Dec 25, 2025 · Frontend Development

Unlock WebGPU & WebAssembly: Boost 3D, AI, and Video Performance in the Browser

WebGPU and WebAssembly together break the performance ceiling of traditional JavaScript‑WebGL stacks, enabling native‑grade GPU compute, multithreaded workloads, and real‑time AI, video, and 3D rendering in browsers, while offering practical optimization techniques, code examples, and a roadmap of challenges and future trends.

GPU computeWebAssemblyWebGPU
0 likes · 14 min read
Unlock WebGPU & WebAssembly: Boost 3D, AI, and Video Performance in the Browser
MoonWebTeam
MoonWebTeam
Oct 31, 2024 · Frontend Development

Why WebGL Is Fading and How WebGPU Is Shaping the Future of Web AI

This article traces WebGL's rise and decline, explains WebGPU's origins, compares their capabilities, provides hands‑on code examples, and shows how WebGPU's compute‑first design unlocks high‑performance Web AI applications.

Graphics APIWeb AIWebGL
0 likes · 24 min read
Why WebGL Is Fading and How WebGPU Is Shaping the Future of Web AI
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.

Interactive RenderingStreams APIW3C
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.

ChromiumCommitterPatch 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
21CTO
21CTO
Dec 20, 2023 · Frontend Development

Deno 1.39 Brings Stable WebGPU Support and TypeScript 5.3 – What Developers Need to Know

Version 1.39 of Deno introduces experimental‑yet‑stable WebGPU via the –unstable-webgpu flag, adds a new coverage reporter with static HTML output, improves Node.js compatibility, and ships with TypeScript 5.3, while warning of upcoming breaking changes to decorator semantics in the next release.

DenoJavaScriptTypeScript
0 likes · 5 min read
Deno 1.39 Brings Stable WebGPU Support and TypeScript 5.3 – What Developers Need to Know
Alibaba Terminal Technology
Alibaba Terminal Technology
May 17, 2022 · Frontend Development

Unlock 20‑30× GPU Speed: WebGPU in Three.js, Babylon.js, and TensorFlow.js

This article introduces WebGPU—a powerful yet still experimental web graphics API—showing how major frameworks like Three.js and Babylon.js adopt it for high‑performance 3D rendering, how TensorFlow.js leverages it for massive deep‑learning speedups, and provides hands‑on code examples from framework usage to raw WebGPU programming.

Babylon.jsGPUGraphics
0 likes · 17 min read
Unlock 20‑30× GPU Speed: WebGPU in Three.js, Babylon.js, and TensorFlow.js
Alibaba Terminal Technology
Alibaba Terminal Technology
Jan 18, 2022 · Frontend Development

What Made Chrome 2021 a Game‑Changer for Web Developers?

The article reviews Chrome's 2021 updates—including version releases, the removal of Flash, major WebAssembly enhancements, the QUIC protocol, and the upcoming WebGPU—while also highlighting broader front‑end ecosystem news such as Vercel, Figma, and Rust, illustrating how these advances shape modern web development.

ChromeQUICWebAssembly
0 likes · 21 min read
What Made Chrome 2021 a Game‑Changer for Web Developers?
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.

NestJSWebGPUdesign-patterns
0 likes · 7 min read
Curated Frontend Development Resources and Articles
Alibaba Terminal Technology
Alibaba Terminal Technology
Sep 26, 2021 · Frontend Development

What’s New in Chrome 94? Exploring WebGPU, WebCodecs, and More

Chrome 94, released on September 21, 2021, introduces 13 new features—including the groundbreaking WebGPU API, WebCodecs, prioritized scheduler.postTask, Idle Detection API, JS Self‑Profiling API, Canvas color management, and early hints—each detailed with usage examples, performance insights, and their impact on modern web development.

ChromeWeb APIsWebGPU
0 likes · 21 min read
What’s New in Chrome 94? Exploring WebGPU, WebCodecs, and More