This respository is just a simple Premake5 C++ template with GLFW/Glad and Vulkan.
This repository uses Premake 5 to generate project files, but it has only been tested with Visual Studio.
You'll need to install python, conan and premake5 in order to build this project.
You may also need to add an environment variable to use premake5.
-
Clone the repository
git clone --recurse-submodules https://github.com/DatDarkAlpaca/dat-template-windowed
-
Generate the project If you're building on a Windows machine, you can use the
build.cmdfile to execute the Python script. This automatically calls premake, so you must specify the project file of your choice..\build <action: vs2022, vs2021, gmake, ...>
-
Compile the project Use the generated project files to build the project. After that, you should have a working copy under
premake-conan-template/build/bin/{configuration}/sample-project.
This project is licensed under the MIT License - see the LICENSE file for details