2 comments

  • torlok1 hour ago
    I 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 <a href="https:&#x2F;&#x2F;eliemichel.github.io&#x2F;LearnWebGPU&#x2F;index.html" rel="nofollow">https:&#x2F;&#x2F;eliemichel.github.io&#x2F;LearnWebGPU&#x2F;index.html</a> leads to 404, no idea why that doesn&#x27;t just lead to <a href="https:&#x2F;&#x2F;github.com&#x2F;eliemichel" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;eliemichel</a>. Don&#x27;t know if it&#x27;s just me, but I get unreasonably frustrated by things like this.
    • Rohansi1 hour ago
      &gt; no idea why that doesn&#x27;t just lead to <a href="https:&#x2F;&#x2F;github.com&#x2F;eliemichel" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;eliemichel</a><p>Pretty sure it&#x27;s because GitHub allows the user to put content at the root of that URL. And it&#x27;s an entirely separate domain to avoid cookie stealing or whatever.
  • minraws1 hour ago
    Nicely built resource, found a couple of nits but pretty good starting point.<p>Although I feel like unless you need to specifically target web or extensive cross platform support, a better alternative for a higher level framework&#x2F;library is nvrhi. Especially for C++ developers.<p>And I feel like if you are making for cross platform or web you are likely using Rust or writing your own game engine&#x2F;library maybe I view of the ecosystem is skewed.
    • reactordev1 hour ago
      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
      • minraws18 minutes ago
        I mean it officially works with MoltenVK on Mac, they have been open to accepting fixes and patches regarding Apple&#x2F;Mac specific stuff. So I don&#x27;t think the won&#x27;t work on Mac argument works.<p>But it&#x27;s definitely not very mobile devices ready, you can get it to work though.