Experimental WebGPU Physics Engine Using AVBD Solver for Rigid-Body and Soft-Body Simulations
By
juretriglav
Slow-proofed and worth the wait. Worth its weight in flour.
Summary
This article presents an experimental WebGPU physics engine called webphysics that implements an AVBD-style (Augmented Vertex Block Descent) solver for rigid-body and soft-body physics simulations. The project is a proof-of-concept prototype with limited browser support (currently Chrome only) and is not yet a plug-and-play module. The author describes it as an advanced web graphics open source experiment and encourages support for similar projects.
Key quotes
· 4 pulledThis project is an experimental WebGPU rigid-body / soft-body physics prototype centered on an AVBD-style (Augmented Vertex Block Descent by Giles et al. (2025)) solver.
I ❤ working on advanced¹ web graphics² open source experiments³, so if you'd like to see more projects like these, please support my work.
Note: This is not a plug-and-play module yet and browser support (Chrome only for now) is limited, it's an initial proof of concept.
The current rigid-body pipeline fo
You might also wanna read
Rendering Realistic Skies and Planetary Atmospheres in Real-Time with Shaders
This article explores the technical and visual process of rendering realistic skies, sunsets, and planetary atmospheres in real-time using b
Exploring surfel-based global illumination with WebGPU on the open web
A technical blog post exploring the use of WebGPU to compute real-time global illumination using surfels (surface patches). The author inves
Implementing Colored Penumbra Shadow Effects in Unreal Engine 5
This article describes a technique for implementing "Colored Penumbra" or "Colored Shadow Terminator" effects in Unreal Engine 5. The author
TrueType Font Contains 3D Raycasting Engine in Hinting Virtual Machine
A developer created a DOOM-style 3D raycasting engine that runs inside a TrueType font's hinting virtual machine. The project exploits the T
Slug Algorithm: 10 Years of GPU-Based Font Rendering Technology
Eric Lengyel reflects on the 10-year anniversary of the Slug Algorithm, a GPU-based font rendering technique he developed in 2016. The artic
Reducing Trigonometric Functions in Computer Graphics Algorithms
The article argues for reducing trigonometric functions in computer graphics algorithms, advocating for more efficient mathematical approach
