You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Benjamin Praud edited this page Feb 28, 2022
·
2 revisions
Welcome to the Vulk wiki!
How to use
First, you have to download the project or cloning it with git clone git@github.com:LibVulk/Vulk.git
To use Vulk in your project, it's very simple, all you have to do is include the file you want (ex: #include <Vulk/Window.hpp>) and after that you will have access to all the features that Vulk can offer
If you have a question about a function's parameter or about the utility of a function, you can check the documentation that is located in the documentation directory.