Install CUDA 10.2, Optix 7.1 and vulkan SDK 1.2
While VK_KHR_ray_tracing is in beta the beta drivers are needed https://developer.nvidia.com/vulkan-driver
- Install Directories should be specified on cmake or you can set them as system variables
currently supported on visual studio and clion
git clone --recurse-submodules https://github.com/GoncaloFDS/Lift
cd Lift
.\vcpkg_windows.bat
Visual Studio
.\build_windows.bat
Clion (for now MSVC is required)
- Add these to your Cmake Options
- Just Open this directory and select x64 build target
-D VCPKG_TARGET_TRIPLET=x64-windows-static -D CMAKE_TOOLCHAIN_FILE=build/vcpkg.windows/scripts/buildsystems/vcpkg.cmake