Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 814 Bytes

File metadata and controls

11 lines (8 loc) · 814 Bytes

FreeSpace2 Source Code Project

Coverity

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.

Building

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.