FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
Kiln: WebGPU-Native Out-of-Core Volume Rendering for Multi-GB Datasets
How-ToWeb Development

Kiln: WebGPU-Native Out-of-Core Volume Rendering for Multi-GB Datasets

via Dev.to WebdevMartin Panknin1mo ago

Hi there. I usually write rendering code rather than blog posts. This is a first. Let’s see how it goes. My first encounter with volume rendering was back in 2012 — volume raycasting and processing with OpenSceneGraph, C++ and CUDA, applied to subsurface data visualization during my master's thesis. It stuck with me. Since then it has been an on-and-off topic I keep coming back to. The question that pulled me back this time: how practical is WebGPU nowadays for volume rendering, and what does it actually take to handle large volumetric datasets in a browser? WebGPU volume rendering examples exist, but most assume the dataset is small enough to download in full prior to rendering. Kiln aims to handle datasets where a complete download would be impossible or at least impractical due to the large size of the datasets. Capable WebGL viewers exist as well. The motivation here, however, is to build the system fully around WebGPU from the beginning. So what is Kiln? Kiln is a WebGPU-native ou

Continue reading on Dev.to Webdev

Opens in a new tab

Read Full Article
21 views

Related Articles

How-To

Learn Something Old Every Day, Part XVIII: How Does FPU Detection Work?

Lobsters • 3d ago

“Learn to Code” Is Dead… Learn to Think Instead
How-To

“Learn to Code” Is Dead… Learn to Think Instead

Medium Programming • 3d ago

How-To

How One File Makes Claude Code Actually Follow Your Instructions

Medium Programming • 3d ago

LeetCode Solution: 121. Best Time to Buy and Sell Stock
How-To

LeetCode Solution: 121. Best Time to Buy and Sell Stock

Dev.to Tutorial • 3d ago

The Feature Took 2 Hours to Build — and 2 Weeks to Fix
How-To

The Feature Took 2 Hours to Build — and 2 Weeks to Fix

Medium Programming • 3d ago

Discover More Articles