Free game engine
Open source game engines are game engines whose source code is open source. While some game-engines make their source code viewable to the public, the code might not be freely redistributable, which is one of the criteria for the definition of open-source software[1]. Such engines are instead referred to as source available, Unreal Engine and Defold are notable examples[2][3]. Game engines can be made open source by for-profit companies wanting to demonstrate the capabilities of an underlying technology[4], or by independent developers looking for code contributions to their own engine while focusing on game development[5].
Advantages and disadvantages
Open source game engines do not require licenses or subscription fees from the engine’s developer. Developers do not have to worry about changing licensing terms or increased subscription fees[6]. Any developer with sufficient skills can also customize the game engine to tailor their needs and contribute to the code base with bug fixes and improvements[6]. A consequent advantage is reduced development costs for companies releasing an open source game engine, as it can leverage the wider community of contributors to improve its engine. Moreover, since game development requires high-performance hardware, using open source engines can reduce hardware costs[7]. Patented game engines run the risk of being locked in by a vendor or technology, while open source game engines give game developers the flexibility to customize and experiment[7].
One disadvantage of open source game engines is that, like for other kinds of open source software, it might be difficult to build a viable business model around them. Popular closed-source game engines like Unity rely on subscription fees based on the revenue of games built with the engine. Open source game engines, on the other hand, need to rely on community contributions and corporate grants. Another disadvantage is that even the most popular open source game engines like Godot have smaller communities and fewer assets and plugins available than proprietary engines like Unity or Unreal. Lastly, supporting console game publishing is harder for open source game engines. Developing for consoles requires a company license, which open source projects typically do not have[8]. Furthermore, the code written to support consoles cannot be made open source as development kits are covered by non-disclosure agreements[8]. Game developers can instead rely on a third-party developer to make the console port in exchange for a fee[9].
Notable examples
Godot
In 2014 the multi-platform game engine Godot was made open source under the MIT license, after 7 years of development[10]. Development for Godot is spearheaded by a team of part-time and full-time developers relying on community donations through Patreon and grants and awards from companies[5].
Turbulenz
In 2013, Turbulenz became the first open source 3D Javascript game engine[4]. The company behind it wanted to offer an end-to-end platform to create, monetize and publish HTML5 games[11]. By making its game engine open source, Turbulenz wanted to drive up the quality of HTML5 games in general[4].
libGDX
The game-engine libgdx was originally developed by Mario Zechner as a framework to write Android games and was made open source in 2010[12]. The game-engine eventually became multi-platform, with support for WebGL and most desktop and mobile operating systems[13].
GDevelop
GDevelop was created by Florian Rival, a software engineer at Google aiming to make “game creation accessible to anyone” and saw its 1.0 release in 2008[14]. The game engine employs visual programming to facilitate game creation and has been adopted as a tool to introduce students to game development. GDevelop was later ported to WebAssembly and is now capable of running completely inside of a browser[14].
id Tech 4
id Tech 4, also known as Doom 3 engine, was developed by John Carmack after completing the Quake 3 Arena in 1999[15]. The main technological innovation of the id Tech 4 engine was unified lighting and shadowing that used separated types of lighting for static and dynamic elements[16]. This is the last game-engine to be made open source by id Software, whose id Tech 1, 2, 3 and 4 had been published under the GNU license. John Carmack, who advocates open source software, had stated his intention to also make the subsequent id Tech 5 open source[17], but resigned from id Software in 2013[18] with id Tech 5 remaining proprietary software.
Armory
Armory is a free for all open source 3D engine built to run inside of Blender and programmed using both logic nodes or the Haxe programming language[19]. The engine is focused on portability, minimal footprint and performance[20]. Armory engine is distributed under the zlib license, which allows the development of closed-source games for commercial purposes[21]. Armory can run on Windows, Linux and macOS, and is available for developing game projects for desktop, web, mobile and consoles[21].
Openage
Openage is a volunteer project to create a free cross-platform RTS game engine clone of the Genie Engine used by Age of Empires, Age of Empires II (HD) and Star Wars: Galactic Battlegrounds[22]. The engine uses C++17, OpenGL/GLSL, Python, Qt5 and CMake to develop game projects for GNU/Linux, BSD, macOS or Windows[23]. Openage provides more features for modding and multiplayer than the original engine[23]. It uses an open API powered by human-readable configuration language nyan[23]. Also, Openage implements a client-server architecture with dedicated servers that supports more than 8 players[23]. However, there is no network, nor binary compatibility with the original Age of Empire games[22].
See also
This article, Free game engine, has recently been created via the Articles for creation process. Please check to see if the reviewer has accidentally left this template after accepting the draft and take appropriate action as necessary.
Reviewer tools: Inform author |
References
- ^ "The Open Source Definition (Annotated) | Open Source Initiative". opensource.org. Retrieved 2020-12-26.
- ^ "You spooked everyone Epic". Unreal Engine Forums. Retrieved 2020-12-26.
- ^ Foundation, Defold. "Free and Developer-Friendly". Defold game engine. Retrieved 2020-12-26.
- ^ a b c "Turbulenz makes HTML5 engine open-source". GamesIndustry.biz. Retrieved 2020-12-26.
- ^ a b Engine, Godot. "Godot Engine - A decade in retrospective and future". Godot Engine. Retrieved 2020-12-26.
- ^ a b "What is the best game engine: is Godot right for you?". GamesIndustry.biz. Retrieved 2020-12-26.
- ^ a b "Top 5 Free and Open Source Game Engines You Should Try - DZone Open Source". dzone.com. Retrieved 2020-12-26.
- ^ a b "Console support in Godot — Godot Engine (3.2) documentation in English". docs.godotengine.org. Retrieved 2020-12-26.
- ^ "Pineapple Works - Polish. Port. Publish". Pineapple Works. Retrieved 2020-12-26.
- ^ "Godot Game Engine Is Now Open Source". GamingOnLinux. Retrieved 2020-12-26.
- ^ Alexander, Leigh. "Turbulenz Raises $5 Million For Online Game Platform". www.gamasutra.com. Retrieved 2020-12-26.
- ^ "| libGDX 1.0 released". Retrieved 2020-12-26.
- ^ libgdx/libgdx, libgdx, 2020-12-26, retrieved 2020-12-26
- ^ a b "Porting a Desktop Game Editor to the Browser with WebAssembly". InfoQ. Retrieved 2020-12-26.
- ^ "GameSpy: Q & A with John Carmack - Page 1". pc.gamespy.com. Retrieved 2020-12-26.
- ^ "Tutorial 01 - Introduction to id Tech 4 engine - MAXELL's HOME". mxl.cz. Retrieved 2020-12-26.
- ^ "LinuxGames - Embrace your inner penguin". web.archive.org. 2008-10-03. Retrieved 2020-12-26.
- ^ McWhertor, Michael (2013-11-22). "id Software founder John Carmack resigns". Polygon. Retrieved 2020-12-26.
- ^ "Getting Started with the Armory Game Engine". BlenderNation. 2018-06-18. Retrieved 2020-12-26.
- ^ "Armory | 3D Engine". armory3d.org. Retrieved 2020-12-26.
- ^ a b "armory3d/armory". GitHub. Retrieved 2020-12-26.
- ^ a b SFTtech/openage, [SFT]Technologies, 2020-12-24, retrieved 2020-12-26
- ^ a b c d "openage - free, modern RTS game engine". openage.sft.mx. Retrieved 2020-12-26.
This article, Free game engine, has recently been created via the Articles for creation process. Please check to see if the reviewer has accidentally left this template after accepting the draft and take appropriate action as necessary.
Reviewer tools: Inform author |