All Projects → CRYTEK → Cryengine

CRYTEK / Cryengine

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

Programming Languages

C++
36643 projects - #6 most used programming language
HTML
75241 projects
CMake
9771 projects
python
139335 projects - #7 most used programming language
c
50402 projects - #5 most used programming language
tcl
693 projects

Projects that are alternatives of or similar to Cryengine

Alimer
Cross-platform game engine.
Stars: ✭ 172 (-70.34%)
Mutual labels:  game-development, game-engine, gamedev, 3d-game-engine, cross-platform
Glas
WebGL in WebAssembly with AssemblyScript
Stars: ✭ 278 (-52.07%)
Mutual labels:  game-development, game-engine, gamedev, 3d-game-engine, 3d-engine
Vulkan Renderer
A new 3D game engine using modern C++ and Vulkan API
Stars: ✭ 205 (-64.66%)
Mutual labels:  game-development, game-engine, gamedev, 3d-game-engine, 3d-engine
Flaxapi
Old repository with C# Editor and C# API for creating games in Flax Engine
Stars: ✭ 131 (-77.41%)
Mutual labels:  game-development, game-engine, gamedev, 3d-game-engine, 3d-engine
Panda3d
Powerful, mature open-source cross-platform game engine for Python and C++, developed by Disney and CMU
Stars: ✭ 3,035 (+423.28%)
Mutual labels:  multi-platform, game-development, game-engine, gamedev, cross-platform
Godot
Godot Engine – Multi-platform 2D and 3D game engine
Stars: ✭ 44,556 (+7582.07%)
Mutual labels:  multi-platform, game-development, game-engine, gamedev
Engine
Cocos Creator is a complete package of game development tools and workflow, including a game engine, resource management, scene editing, game preview, debug and publish one project to multiple platforms.
Stars: ✭ 2,574 (+343.79%)
Mutual labels:  multi-platform, game-development, game-engine, gamedev
Blue Flame Engine
A 3D/2D game engine that supports both DirectX11 and OpenGL 4.5
Stars: ✭ 129 (-77.76%)
Mutual labels:  game-development, game-engine, gamedev, 3d-game-engine
Flaxengine
Flax Engine – multi-platform 3D game engine
Stars: ✭ 3,127 (+439.14%)
Mutual labels:  multi-platform, game-development, game-engine, gamedev
Stride
Stride Game Engine (formerly Xenko)
Stars: ✭ 3,524 (+507.59%)
Mutual labels:  multi-platform, game-development, game-engine, gamedev
Gamedev Resources
🎮 🎲 A wonderful list of Game Development resources.
Stars: ✭ 2,054 (+254.14%)
Mutual labels:  game-development, game-engine, gamedev, 3d-engine
Defold
Defold is a completely free to use game engine for development of desktop, mobile and web games.
Stars: ✭ 1,938 (+234.14%)
Mutual labels:  multi-platform, game-development, game-engine, gamedev
Fxgl
Stars: ✭ 2,378 (+310%)
Mutual labels:  game-development, game-engine, gamedev, 3d-game-engine
Obengine
2D Game Engine with Lua Scripting made on top of SFML !
Stars: ✭ 335 (-42.24%)
Mutual labels:  game-development, game-engine, gamedev, cross-platform
Ncine
A cross-platform 2D game engine
Stars: ✭ 372 (-35.86%)
Mutual labels:  game-development, game-engine, gamedev, cross-platform
Anything about game
A wonderful list of Game Development resources.
Stars: ✭ 541 (-6.72%)
Mutual labels:  game-development, game-engine, gamedev, 3d-engine
Limonengine
3D FPS game engine with full dynamic lighting and shadows
Stars: ✭ 331 (-42.93%)
Mutual labels:  game-development, game-engine, 3d-engine, cross-platform
Rizz
Small C game development framework
Stars: ✭ 428 (-26.21%)
Mutual labels:  multi-platform, game-development, game-engine, gamedev
Acid
A high speed C++17 Vulkan game engine
Stars: ✭ 838 (+44.48%)
Mutual labels:  game-development, game-engine, 3d-engine, cross-platform
Pyxel
A retro game engine for Python
Stars: ✭ 9,133 (+1474.66%)
Mutual labels:  game-development, game-engine, gamedev

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 install:

Steps:

  1. Download the SDKs zip from the releases page.
  2. Extract the SDKs zip to Code/SDKs
  3. Copy C:\Program Files\Autodesk\FBX\FBX SDK\2016.1 to Code/SDKs and rename to FbxSdk.
  4. Download szip.tar.gz and extract it's contents to Code/SDKs/szip.
  5. If the CRYENGINE Launcher is installed, right click cryengine.cryengine and select "Generate Engine Solution". Otherwise, run Tools/CMake/cmake_create_win64_solution.bat.

CMake must be used to compile the engine, see here for more information.

Branches

The release branch provides stable snapshots of the engine. Most of the commits to this branch are tagged.

The stabilisation branch is used for fixing bugs in the run-up to release. This branch is created by branching from main or the previous release, depending if it's a major (feature) or minor (stability) release.

A release_candidate branch may be created for a few days before a release, if we need some critical fixes before release.

Development takes place primarily in the main branch. This branch is not currently available for the general public.

Pull Requests

Pull requests are currently on hold, while we fix all the workflow issues the current process had. For more details, see this announcement post. Sorry for the inconvenience.

License

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

+ Please note: from March 20th 2018, the new CRYENGINE business model is in effect. 
+ That means 5% royalties apply to projects developed and published on CRYENGINE 5.0 and beyond. 
+ Check our new FAQ.md for all facts and exemptions.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].