Gh0stBlade / CRYENGINE

CRYENGINE is a powerful real-time game development platform created by Crytek.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CRYENGINE

This repository houses the source code for CRYENGINE.

Instructions on getting started with git can be found here, along with details on working with launcher projects and git source code.

Building

In order to compile, you will need to download some thirdparty SDKs. They can be downloaded by running the download_sdks.py script. Or on windows the download_sdks.exe can be used alternatively.

To compile the engine the provided WAF has to be used. See here for more information.

Branches

Development takes place primarily in the "main" branch. The stabilisation branch is used for fixing bugs in the run-up to release, and the release branch provides stable snapshots of the engine.

To prepare for a major (feature) release, we integrate "main" into "stabilisation", and then continue fixing bugs in "stabilisation". To prepare for a minor (stability) release, individual changes from 'main are integrated directly into "stabilisation". In each case, when the release is deemed ready, "stabilisation" is integrated to "release".

License

The source code in this repository is governed by the CRYENGINE license agreement, which is contained in LICENSE.md, adjacent to this file.

About

CRYENGINE is a powerful real-time game development platform created by Crytek.

License:Other


Languages

Language:C++ 84.4%Language:CMake 6.7%Language:C 3.5%Language:Python 3.0%Language:Tcl 1.0%Language:C# 0.8%Language:Objective-C 0.2%Language:Lua 0.1%Language:Java 0.1%Language:Vim Script 0.1%Language:Shell 0.1%Language:Emacs Lisp 0.0%Language:Batchfile 0.0%Language:Objective-C++ 0.0%Language:HTML 0.0%Language:Makefile 0.0%Language:Fortran 0.0%Language:M4 0.0%Language:CSS 0.0%Language:HLSL 0.0%