Hacker News new | ask | show | jobs
by mendyberger 811 days ago
Cool project!

Looks like it supports geometry and textures now, any plans to support shaders?

1 comments

Yes! There are a few different approaches to making that work - one would be to have an intermediate shader representation generated from Wasm compile to native platform shaders on the host graphics API. Longer-term, will likely expose WebGPU WGSL shaders to Wasm directly.