Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 681 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 681 Bytes

red5

Recreation of the classic X-wing game engine. Status: SUPER ALPHA

It reads data from the original game's resources files and optimizes it for running in a custom engine.

File formation information mostly comes from this fantastic repository: LfdReader

Building

The project uses vcpkg for dependency management. Install dependencies with the following command:

vcpkg install sdl2 spdlog

For generating the CMake project be sure to include this value:

cmake -DCMAKE_TOOLCHAIN_FILE=<vcpkg-root>\scripts\buildsystems\vcpkg.cmake

Other information

Coming soon...