Grille / simple-nvk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SimpleNVK (WIP)

Graphic libary, using Javascript and Node-Vulkan.
It has similarities to WebGPU in some places.

Features

Abstractions of Vulkan features like staged buffers.
Much shorter to write than Vulkan.

Install

npm install snvk

Use

In the "example" folder are examples for rendering and compute tasks.
Documentation is coming soon.

About

License:MIT License


Languages

Language:JavaScript 99.0%Language:GLSL 1.0%