Skip to content
This repository has been archived by the owner on Jan 29, 2021. It is now read-only.
/ VSRender Public archive

A simple project of mine to learn about the vulkan api and 3d graphics in general

License

Notifications You must be signed in to change notification settings

Freggels/VSRender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VSRender

A simple project of mine to learn about the vulkan api and 3d graphics in general

Deps and Compilation

Linux

Dependedncies

  • libglfw
  • vulkan headers (vulkan/vulkan.h)
  • > Please check first, weather your gpu (or apu) supports vulkan
  • a c++17-enabled compiler

Compiling

I have a little script for quick compilation. Just execute in the root dir of the project the following:

./scripts/build.sh -b

Running

Now you can run either the ./main file directly or use the script with the -r arg

About

A simple project of mine to learn about the vulkan api and 3d graphics in general

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published