top | item 32036703

(no title)

jefftime | 3 years ago

I just started looking at `vulkano` this week and have found it pleasant to work with so far. Do you have examples of high level graphics libraries that you consider poor quality?

discuss

order

the__alchemist|3 years ago

I liked Vulkano! WGPU by contrast has a mess of an API.

jefftime|3 years ago

Yeah I could see that. It seems nice and simple at a glance, but I remember some of the lifetime requirements being incredibly strict and hard to work with

kvark|3 years ago

At the high level, wgpu API follows WebGPU, which is designed by W3C.

In your criticism, are you referring to the lifetime requirements on resources used in a render pass, or something else?