/Project-Lagrange

A project to visualize Langrage Polynomial Interpolation for Space Time Calculations

Primary LanguageC++Apache License 2.0Apache-2.0

Project-Lagrange

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 ./TGEngine -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