cwoffenden / hello-webgpu

Cross-platform C++ example for WebGPU and Dawn
262 stars 36 forks source link

windows support #13

Open mikeny07 opened 2 years ago

mikeny07 commented 2 years ago

Is it possible to run the demo using VS Code on Windows?

cwoffenden commented 2 years ago

I only created a Visual Studio project. I do have a CMake build I'll commit this week, which will probably work.

mikeny07 commented 2 years ago

Thanks.

alienself commented 1 year ago

Same issue here, I am using cmake, works great for WASM but unable to get it working on Windows :( Any chance to get an updated CMakeList or something?