Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 606 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 606 Bytes

Vulgine

Vulgine logo

About Vulgine:

Vulgine is designed to reduce amount of code to increse productivity of
writing vulkan apps. It is easy to use, quick to setup and intuitive
if you written "Hello triangle" and have some knowlege in Vulkan or
other graphics library.
If not, here is some great material to start with: https://vulkan-tutorial.com

Setup:

1. Install vulkan sdk from https://www.lunarg.com/vulkan-sdk/
2. Just include "vulgine/vulgine.hpp" to your C++ file and have fun playing with it.
3. You need at least C++17