Project is using CMake as a build tool. It's recommended to generate platform dependent files and store them in new project root child directory, e.g. build.
To build the project by mentioned above method, following secuence of commands should be used:
cd ${WUNDER_PROJECT_ROOT_DIR}
mkdir build
cd build
cmake ../
That's the system of choice and the one it's being developed under. Tests are run only under it.
It should be working out of the box under windows, but it's not tested.
This system has no native Vulkan support, so I don't expect to be runnable there.
Only restriction is the GPU, since we're using rtx extension
GPU: list of supported ones
