dcerjan / vulkan-demo-nvk

vulkan demo via nvk vulkan bindings for node

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vulkan Demo

This is a port of the official vulkan tutorial using node+typescript via nvk.

Setup

Ensure you have the following on your system:

  • Vulkan 1.2.x
  • Node 16.x.x

Running the demo

In the root of this repo:

  • run npm i to install deps
  • run npm start to run via cli - or - open inside vscode and press F5

About

vulkan demo via nvk vulkan bindings for node


Languages

Language:TypeScript 99.2%Language:GLSL 0.8%