elias-plank / handmade-vulkan

Vulkan Programs written in C++ with no STL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

handmade-vulkan

Vulkan Programs written in C++ with no STL.

vulkan

Requirements

Getting Started

Once you've cloned, change the CMAKE_PREFIX_PATH variable in the CMakeLists.txt file to match your vcpkg install. Assuming your cmake installation is already configured, you can run the build.bat file to build the project. The binaries as well as the required assets should be placed into a folder called binaries/.

3rd party libaries

  • GLFW (planning to remove this in the future)

About

Vulkan Programs written in C++ with no STL

License:MIT License


Languages

Language:C++ 91.0%Language:CMake 7.0%Language:GLSL 1.0%Language:Python 0.7%Language:Batchfile 0.2%