Learn WebGPU for C++
eliemichel.github.io
Learn WebGPU for C++
1–10 of 17 posts
Re: Learn WebGPU for C++
#2Although I feel like unless you need to specifically target web or extensive cross platform support, a better alternative for a higher level framework/library is nvrhi. Especially for C++ developers.
And I feel like if you are making for cross platform or web you are likely using Rust or writing your own game engine/library maybe I view of the ecosystem is skewed.
Re: Learn WebGPU for C++
#3Re: Learn WebGPU for C++
#4I maybe be a complete moron not familiar with Github, but I wanted to have a look at the code and it took me solid 5 minutes of going through the website searching for a link to the repository, and the only one I eventually found was when I scrolled to the bottom and clicked the Github icon. Removing the path from https://eliemichel.github.io/LearnWebGPU/index.html leads to 404, no idea why that doesn't just lead to…
Pretty sure it's because GitHub allows the user to put content at the root of that URL. And it's an entirely separate domain to avoid cookie stealing or whatever.
Re: Learn WebGPU for C++
#5Nicely built resource, found a couple of nits but pretty good starting point. Although I feel like unless you need to specifically target web or extensive cross platform support, a better alternative for a higher level framework/library is nvrhi. Especially for C++ developers. And I feel like if you are making for cross platform or web you are likely using Rust or writing your own game engine/library maybe I view of…
Re: Learn WebGPU for C++
#6Nicely built resource, found a couple of nits but pretty good starting point. Although I feel like unless you need to specifically target web or extensive cross platform support, a better alternative for a higher level framework/library is nvrhi. Especially for C++ developers. And I feel like if you are making for cross platform or web you are likely using Rust or writing your own game engine/library maybe I view of…
nvrhi is pretty freaking awesome but it doesn’t work on Mac. WebGPU can using Metal, nvrhi would need MoltenVK layer on Mac. Other than that, yes nvrhi
But it's definitely not very mobile devices ready, you can get it to work though.
Re: Learn WebGPU for C++
#7Re: Learn WebGPU for C++
#8Re: Learn WebGPU for C++
#9I maybe be a complete moron not familiar with Github, but I wanted to have a look at the code and it took me solid 5 minutes of going through the website searching for a link to the repository, and the only one I eventually found was when I scrolled to the bottom and clicked the Github icon. Removing the path from https://eliemichel.github.io/LearnWebGPU/index.html leads to 404, no idea why that doesn't just lead to…
People use github.io to host sites that are developed on github.com or around projects hosted on github.com.