Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 1.4 KB

File metadata and controls

38 lines (25 loc) · 1.4 KB

Dat Template Windowed

This respository is just a simple Premake5 C++ template with GLFW/Glad and Vulkan.

Getting Started

This repository uses Premake 5 to generate project files, but it has only been tested with Visual Studio.

Prerequisites

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.

Installation

  1. Clone the repository

    git clone --recurse-submodules https://github.com/DatDarkAlpaca/dat-template-windowed
  2. Generate the project If you're building on a Windows machine, you can use the build.cmd file to execute the Python script. This automatically calls premake, so you must specify the project file of your choice.

    .\build <action: vs2022, vs2021, gmake, ...>
  3. 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.

License

This project is licensed under the MIT License - see the LICENSE file for details