This repository contains an experimental Vulkan rendering backend for fs2open. The game should be playable, though some of the more advanced graphics functionality is still missing. It is maintained as a patch stack on top of the original code base, so expect frequent rebases, commit squashes, and such.
Before you do anything, make sure you have updated your git submodules, either by running git submodule update --init --recursive or by cloning the repository with the --recursive flag.
The main instructions for building can be found at our github wiki, on the Building page.