Skip to content

liamhauw/vulkan-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introducation

A simple renderer based on Vulkan

Dependence

MacOS and Windows

  • VulkanSDK
  • glfw
  • glm
  • stb_image
  • tiny_obj_loader

Build

git clone https://github.com/liamhauw/vulkan-demo.git
cmake -S . -B build
cmake --build build

Run

./bin/main

Result

About

A simple renderer based on Vulkan

Topics

Resources

Stars

Watchers

Forks