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
26 lines (25 loc) • 475 B
JSON
{
"main": "src/index.mjs",
"name": "simple-nvk",
"version": "0.0.2",
"scripts": {
"start": "node --experimental-modules ./example/program.mjs"
},
"dependencies": {
"nvk": "latest",
"nvk-essentials": "latest"
},
"devDependencies": {
"pngjs": "^3.3.3",
"gl-matrix": "^2.8.1"
},
"keywords": [
"nvk",
"vulkan",
"gpgpu",
"compute",
"graphics"
],
"author": "paul hirch",
"license": "MIT"
}