You can install this package through the official package manager of Nim. Only available through git.
$ nimble install https://github.com/DanielBelmes/vulkan
$ git clone --recursive -j8 https://github.com/nimgl/vulkan.git
$ cd vulkan
$ nimble install
It is currently being developed and tested on
- Windows 10
- MacOS Mojave
- Linux Ubuntu 18.10
Feel free to open issues and PR's. I can only provide so much support.
Check tests nimble test
Check out the references and doc in order to understand Vulkan usage.