Remix.run Logo
minraws 2 hours ago

Nicely 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 the ecosystem is skewed.

reactordev 2 hours ago | parent [-]

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

minraws 42 minutes ago | parent [-]

I mean it officially works with MoltenVK on Mac, they have been open to accepting fixes and patches regarding Apple/Mac specific stuff. So I don't think the won't work on Mac argument works.

But it's definitely not very mobile devices ready, you can get it to work though.