/template-vulkan

C++ Vulkan application template

Primary LanguageC++Boost Software License 1.0BSL-1.0

DESCRIPTION

This repository contains a template for building Vulkan projects. It provides simple wrappers for common Vulkan functionality, and SDL2 application skeleton.

Requirements:

  • Vulkan-Loader and SDL2 libraries.
  • C++23-capable compiler.
  • pkg-config and make.

To build application skeleton, simply run make.

LICENSE

Copyright Nezametdinov E. Ildus 2023. Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at https://www.boost.org/LICENSE_1_0.txt)