Skip to content

samthedev32/Vulkan-Base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vulkan-Base

About

This is a Basic Vulkan Project for experimental purposes

Right now, i'm just following Vulkan-Tutorial, but later when i'll understand more of it, i'll start tweaking it

Documentation

Setup

Linux (Debian Based)

  1. Install Build Tools
sudo apt install build-essential git cmake ninja-build mingw-w64 make
  1. Install Libraries
sudo apt install libglfw3-dev vulkan-tools libvulkan-dev vulkan-validationlayers-dev spirv-tools

To Be Continued...

Linux (Arch Based)

  1. Install Build Tools
sudo pacman -S git cmake ninja mingw-w64-gcc make
  1. Install Libraries
sudo pacman -s glfw-x11 vulkan-devel glm

To Be Continued...

Windows

Coming Later!

Usage

Coming Later!

License

This Project is licensed under the zlib License

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages