Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 1.24 KB

README.md

File metadata and controls

42 lines (30 loc) · 1.24 KB

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