this post was submitted on 17 Sep 2025
86 points (100.0% liked)
Games
21160 readers
218 users here now
Tabletop, DnD, board games, and minecraft. Also Animal Crossing.
Rules
- No racism, sexism, ableism, homophobia, or transphobia. Don't care if it's ironic don't post comments or content like that here.
- Mark spoilers
- No bad mouthing sonic games here :no-copyright:
- No gamers allowed :soviet-huff:
- No squabbling or petty arguments here. Remember to disengage and respect others choice to do so when an argument gets too much
- Anti-Edelgard von Hresvelg trolling will result in an immediate ban from c/games and submitted to the site administrators for review. :silly-liberator:
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I gave up after few weeks with opengl and a day with vulkan
UE5 is even bad with Vulkan....gg EPIC.
Try WebGPU and give up in 5 days
I did think about wgpu and I am somewhat more comfortable with rust than modern cpp but I was worn out.
Yeah I can imagine. You need to get a picture of what you need the software to do before you code, which in graphics is difficult to say the least.
Honestly WebGPU is most comfortable in JS if you wanna target web. I like to talk shit about JS but I can code some nasty stuff with it, I can't resist the temptation. WebGPU is a good half-point between OpenGL and Vulkan since there is no manual synchronisation and memory management, and less stuff to worry about in the pipeline, so it's a good stepping stone if you wanna learn Vulkan later, at least it helped me.
Yeah I think it more sense for me to do that route and see where it takes me so I will probably give it another try.