vulkan-go / vulkan

Vulkan API bindings for Go programming language
MIT License
744 stars 56 forks source link

XCB or Wayland support and demo? #10

Open ghost opened 6 years ago

ghost commented 6 years ago

I am very interested in seeing how this would draw to a X11 window created with XCB or do hardware compositing with Wayland

xlab commented 6 years ago

Well, as long as XCB and Wayland support Vulkan. GLFW has the initialisation layer under its control, so AFAIK they should be supported..

hackwave commented 6 years ago

I would like to see a demo for this too. Maybe I could do a screen sharing demo

xlab commented 6 years ago

@hackwave try to compile the desktop demo under linux via go get