Hacker News new | ask | show | jobs
by ajudson 1378 days ago
Are there any resources you recommend for learning webgl + wasm?
1 comments

Instead of WebGL, I'd recommend to give WebGPU a try first, as it's a much better designed API. I'd even say that once you've learned the few core concepts of WebGPU (such as command buffers), it's an easier to learn API than the notable chaos that WebGL/OpenGL introduces.