UNPKG

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

6 lines (5 loc) 145 B
import SNVK from "./snvk.mjs"; import nvk from "nvk"; Object.assign(global, nvk); global.__snvk = new SNVK(); export default global.__snvk;