odin-lang / Odin

Odin Programming Language
https://odin-lang.org
BSD 3-Clause "New" or "Revised" License
6.13k stars 551 forks source link

Add `vendor:wgpu` #3740

Closed laytan closed 2 weeks ago

laytan commented 3 weeks ago

I made these bindings and wrote the JS "proxy" a few weeks ago for a game I am making, even though webgpu is not "out" yet I think it is a valuable API for vendor and the API won't change much.

A quick sample is included that also shows how you'd build this for the web.

Links: