Skip to content

MrTroble/TGEngine

Repository files navigation

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