simple-nvk
Version:
Graphic libary, using Javascript and Node-Vulkan.<br> It has similarities to WebGPU in some places.<br> ## Features Abstractions of Vulkan features like staged buffers.<br> Much shorter to write than Vulkan.<br> ## Install ````console npm install s
14 lines (13 loc) • 403 B
Markdown
# SimpleNVK (WIP)
Graphic libary, using Javascript and Node-Vulkan.<br>
It has similarities to WebGPU in some places.<br>
## Features
Abstractions of Vulkan features like staged buffers.<br>
Much shorter to write than Vulkan.<br>
## Install
````console
npm install snvk
````
## Use
In the "example" folder are examples for rendering and compute tasks.<br>
Documentation is coming soon.<br>