HumbleUI / Skija

Java bindings for Skia
Apache License 2.0
498 stars 34 forks source link

Vulkan Support #32

Open Sm0keySa1m0n opened 1 year ago

Sm0keySa1m0n commented 1 year ago

Any plans for adding Vulkan support?

tonsky commented 1 year ago

Once it’s mature in Skia, sure

Sm0keySa1m0n commented 1 year ago

Once it’s mature in Skia, sure

What would you classify as mature? It has feature parity with GL currently

tonsky commented 1 year ago

Good question! I think Skia have some process when they put stuff under the flag/into “incubator” folders. When I was last looking, Vulkan was considered not finished. Maybe it’s different now!

tonsky commented 1 year ago

If you need it, feel free to provide PR

Sm0keySa1m0n commented 1 year ago

Good question! I think Skia have some process when they put stuff under the flag/into “incubator” folders. When I was last looking, Vulkan was considered not finished. Maybe it’s different now!

Doesn't seem to be anymore (https://github.com/google/skia/tree/main/src/gpu/ganesh/vk)

If you need it, feel free to provide PR

I would provide a PR but my experience with C bindings isn't that great. Maybe I'll have a try at some point but I'm probably not the person.