9c225dc52a6734ef1ecd022b9ad1515150154bd5
Reviewed-on: https://git.madvoxel.net/OpenVulkano/OpenVulkano/pulls/30 Reviewed-by: TymurStrelchyk <tymur.strelchyk.ext@madvoxel.com> Reviewed-by: Georg Hagen <georg.hagen@madvoxel.com>
Merge pull request 'Added ryml to linker list, loading EngineConfiguration from a file(if exists)' (#30) from make_engineconfiguration_loadable into master
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
Required dependencies on linux
sudo apt install extra-cmake-modules libarchive-dev libeigen3-dev
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
Description
Languages
C++
87.5%
CMake
5.8%
Objective-C++
4.6%
GLSL
1.4%
Objective-C
0.5%
Other
0.2%