TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

GPU compute in the browser at the speed of native: WebGPU marching cubes

168 pointsby Twinklebearabout 1 year ago

10 comments

cshentonabout 1 year ago
You absolutely cannot implement stream compaction “at the speed of native” as WebGPU is missing the wave/subgroup intrinsics and globally coherent memory necessary to do that efficiently as possible.
评论 #40139300 未加载
评论 #40137237 未加载
评论 #40142234 未加载
评论 #40137016 未加载
评论 #40136991 未加载
评论 #40136920 未加载
SuboptimalEngabout 1 year ago
Ah, so that&#x27;s how you do it. Having a template for WebGPU projects is a good idea. I&#x27;ll have to do the same so I don&#x27;t waste time setting up web graphics projects.<p>Cool project btw! Adding this to my long list of graphics blogs to read.
lukkoabout 1 year ago
Hmm, why does the hydrogen atom look like a d orbital?<p>Isn&#x27;t it 1s1 in the ground state so the probability distribution would look like a sphere.
评论 #40137437 未加载
bhoustonabout 1 year ago
nice! (I notice WebGPU support is now up to somewhere around 60% of all browsers: <a href="https:&#x2F;&#x2F;web3dsurvey.com&#x2F;webgpu" rel="nofollow">https:&#x2F;&#x2F;web3dsurvey.com&#x2F;webgpu</a>)
codewizabout 1 year ago
WebGPU has been under development since 2017, and has been a working draft since 2021. What issues are holding the W3C from publishing the final standard? Is there a timeline?
pjmlpabout 1 year ago
Only if we are talking about the state of native in ca 2015.
dailykoderabout 1 year ago
Nice, now we just need to be able to directly boot into chrome without that OS bloat around it.
worikabout 1 year ago
Exciting!<p>But: &quot;Error: Your browser does not support WebGPU&quot;<p>Sigh
评论 #40137672 未加载
spxneoabout 1 year ago
but somebody told me a while back on here that WebGPU was outdated? whats the consensus ?
评论 #40137974 未加载
评论 #40138294 未加载
评论 #40137925 未加载
superkuhabout 1 year ago
Nice. Web browser exploits at the speed of GPU driver bugs. A fount that will never run dry.
评论 #40141670 未加载