Skip to content

GirgerS/very-basic-vulkan-renderer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Glorious Utah teapot

Thats it, the entirety of the renderer... But! You can try to walk into the teapot

This repository contains a VERY basic vulkan renderer based on the following tutorial: https://vulkan-tutorial.com/Introduction

Everything related to 3D was written from scratch, thanks to https://www.scratchapixel.com

Build instructions(Windows)

  1. download vulkan sdk
  2. download glfw, then create GLFW_HEADER_PATH and GLFW_STATIC_LIB_PATH sysytem or shell variables, pointing to glfw/include and the directory containing libglfw3.a respectively
  3.  mkdir build
     mkdir shaders_out
     make

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors