Update on Vulkan Support

Where can I find updates on the MoltenVK work in VTK? I found the kitware vulkan fork here. It looks like the work didn’t relate to iOS just yet, but is it enough to be able to determine if it’s a/the best path forward for VTK to run on future Macs?

I see the Jogl-based work that @Martin3d has mentioned here. We’ve been experiencing issues with Coretto OpenJDK 8 and Jogl 2.4 on iOS 11. There are fixes in OpenJDK 11 for Swing/AWT for Mac by implementing a Metal-based pipeline, which helps with our 2D graphics, but which don’t help for our 3D-based applications.

Any thoughts on the future, and what we should work toward?