Files
OpenVulkano/README.md
2020-12-10 22:21:20 +01:00

404 B

openVulkano

openVulkano is a simple Vulkan rendering engine which is capable of recording command buffers from multiple threads.

Building:

Requirements:

  • Git
  • CMake
  • C++ 17 compatible compiler

Build from source:

git clone https://github.com/GeorgH93/openVulkano.git
cd openVulkano
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
cmake --build . --config Release