node-3d / glfw-raub

GLFW for Node.js
https://github.com/node-3d/node-3d
MIT License
57 stars 12 forks source link

Vulkan API support? #23

Closed ghost closed 1 year ago

ghost commented 1 year ago

I would like support for things from the Vulkan API. I'm just developing my bindings for that. And I need support for Vulkan API Surface from GLFW.

raub commented 1 year ago

Which specific methods and interactions does this imply? I've found this page related to the topic https://www.glfw.org/docs/latest/vulkan_guide.html, so it looks like simply adding those functions to JS exports would allow to move forward with the issue.

raub commented 1 year ago

@unit-a-user can you try https://github.com/node-3d/glfw-raub/releases/tag/4.8.0 this release to see if the Vulkan API works for you?