Hacker News new | past | comments | ask | show | jobs | submit login

This needs a screenshot in GitHub, otherwise all I see is "No appropriate GPUAdapter found". Was WebGPU actually justified?



This and browser support info. Currently WebGPU is WIP in Safari and FF.

https://caniuse.com/webgpu

If you're using Chrome and getting this error, do share more info.

As for justification, it was justified. Rendering waveforms is O(n) on pixels, and each can be rendered independently. I'm sure one can get creative with caching images at different resolutions to efficiently implement zooming, but otherwise it's noticeably slow.


I used latest Chrome on Android smartphone. It was kind of expected for me, that WebGPU does not work there. As I understand, WebGPU actually requires compute-capable GPU. Meanwhile WebGL fallbacks to software rendering via SwiftShader.


It should work perfectly fine on Android 12 and later devices.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: