Skip to content

Ka-lua/VulkanTriangleD

 
 

Repository files navigation

Simple example for a triangle in Vulkan

##Dependencies

  • SDL2
  • Vulkan driver + compatible hardware
  • Vulkan SDK from LunarG with validation layers
  • Vulkan lib
  • Currently only supported on Linux

How to build and run

git clone https://github.com/MaikKlein/VulkanTriangleD.git
cd VulkanTriangleD
git submodule init
git submodule update
dub run

Triangle

A thanks to

About

A ready to use Vulkan triangle example in D

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • D 99.0%
  • GLSL 1.0%