Game engine

A game engine is a software framework primarily designed for the development of video games and generally includes relevant libraries and support programs such as a level editor.[1] The "engine" terminology is akin to the term "software engine" used more widely in the software industry.

Game engine can also refer to the development software supporting this framework, typically a suite of tools and features for developing games.[2][3]

Developers can use game engines to construct games for video game consoles and other types of computers. The core functionality typically provided by a game engine may include a rendering engine ("renderer") for 2D or 3D graphics, a physics engine or collision detection (and collision response), sound, scripting, animation, artificial intelligence, networking, streaming, memory management, threading, localization support, scene graph, and video support for cinematics. Game engine implementers often economize on the process of game development by reusing/adapting, in large part, the same game engine to produce different games[4] or to aid in porting games to multiple platforms.

  1. ^ Valencia-Garcia, Rafael; et al. (2016). Technologies and Innovation: Second International Conference, CITI 2016, Guayaquil, Ecuador, November 23-25, 2016, Proceedings. Springer. ISBN 9783319480244. Retrieved 2021-07-22.
  2. ^ "Common game development terms and definitions | Game design vocabulary | Unity". Unity. Archived (PDF) from the original on 2017-08-06. Retrieved 2021-07-14.
  3. ^ Tan, James. "Introduction - Unreal Engine (Canterbury Software Summit 2013 slides)" (PDF). Unreal Engine. Retrieved 2021-07-14.
  4. ^ "What is a Game Engine?". GameCareerGuide.com. Retrieved 2013-11-24.