Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 906 Bytes

README.md

File metadata and controls

39 lines (24 loc) · 906 Bytes

docs

Vulkan Bindings for Nim Nimble

Installation

Nimble download

You can install this package through the official package manager of Nim. Only available through git.

$ nimble install https://github.com/DanielBelmes/vulkan

Nimble direct install

$ git clone --recursive -j8 https://github.com/nimgl/vulkan.git
$ cd vulkan
$ nimble install

Development

It is currently being developed and tested on

  • Windows 10
  • MacOS Mojave
  • Linux Ubuntu 18.10

Contribute

Feel free to open issues and PR's. I can only provide so much support.

Usage

Check tests nimble test

Check out the references and doc in order to understand Vulkan usage.