I’ve managed to get Vulkano running on Fuchsia. Winit was a bit of a slog but Vulkano was surprisingly easy. If you’d like to give it a try, here’s how.
fargo cargo -- run --bin teapot
After a brief time spent compiling you should see a teapot spinning lazily on the screen of your NUC or Acer.
Let me know if you try this and it doesn't work for some reason.
My fork of Vulkano also has a change to build.rs to make it easy to use MoltenVK. All you have to do is put a copy of MoltenVF.framework in $HOME/Library/Frameworks.