Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.2 KB

README.md

File metadata and controls

35 lines (23 loc) · 1.2 KB

TGEngine

GitHub Cpp Version 20 Compiler support GitHub Workflow Status

Build

Build instructions

Prerequirements

Note: All requirements are installed by cmake on windows

On Linux you need the Vulkan SDK package https://vulkan.lunarg.com/sdk/home#linux

Cmake

  • cmake ./ -B ./build -DCMAKE_BUILD_TYPE=Debug

  • cmake --build ./build --config Debug

Note: Not all assets are currently copied to the output folder correctly, you can manually copy TGEngine/test/assets and TGEngine/application/assets to the output folder

Libraries