LukichevaPolina / NeVK

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NeVK

Course project

Project Dependencies

OSX Guide

Installation

Follow setup guide https://vulkan-tutorial.com/Development_environment

Clone the project.

git clone https://github.com/ikryukov/NeVK --recursive

Launch

Use vscode with preset env variable

  1. export VULKAN_SDK=~/vulkansdk/macOS
  2. launch code

Synopsis

  nevk [MODEL PATH] [OPTION...] positional parameters
  
    -m, --mesh arg     mesh path (default: misc/Cube/Cube.gltf)
        --width arg    window width (default: 800)
        --height arg   window height (default: 600)
    -h, --help         Print usage

Example

./nevk misc/Cube/Cube.gltf

About


Languages

Language:C++ 87.1%Language:HLSL 6.0%Language:CMake 5.0%Language:C 1.9%Language:Batchfile 0.0%