Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 707 Bytes

README.md

File metadata and controls

25 lines (21 loc) · 707 Bytes

WIP Vulkan Engine

Building

Note: Only tested with clang 18 and cmake 3.26

The Vulkan SDK has to be installed and Vulkan 1.3 or higher needs to be supported.

On Linux execute:

cmake -G Ninja -B build -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_C_COMPILER=clang
cmake --build build/

The engine should now be runnable with

./build/lime-engine

Third party used