Skip to content

X-Ray Engine 1.5 expansion. Original version was used in S.T.A.L.K.E.R.: Clear Sky.

License

Notifications You must be signed in to change notification settings

OpenXRay/xray-15

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenGL X-Ray Engine

The goal of this project is to create an OpenGL backend for the X-Ray engine. By completing this backend we lay the groundwork for making the S.T.A.L.K.E.R. games multi-platform.

At first we will be working based on Clear Sky after the plugin has been refined and supports all the features from the DX10 backend we will move on to Call of Pripyat and port its DX11 backend.

The goal of this fork is purely to make the game multi-platform, without any gameplay or graphical enhancements. Any enhancements such as making a Virtual Reality mode (please make one) should be contributed to the OpenXRay project.

This repository contains X-Ray Engine sources based on version 1.5.10. The original engine is used in S.T.A.L.K.E.R. Clear Sky game released by GSC Game World.

Compilation

This project is being developed with Visual Studio 2013.

To build X-Ray Engine you'll need following SDKs:

Make sure to run git submodule update --init after cloning the repository.

Mixed configuration isn't currently configured properly, Debug/Release should work.