Software:Free game engine

From HandWiki
Short description: Free software video game engines

Free game engines are game engines that are free software. 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

Main page: Godot (game engine)

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

Main page: Company: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

Main page: Software: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

Main page: Software: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

Main page: Software: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.[22] The engine uses C++17, OpenGL/GLSL, Python, Qt5 and CMake to develop game projects for 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

References

  1. "The Open Source Definition (Annotated) | Open Source Initiative". https://opensource.org/osd-annotated. 
  2. "You spooked everyone Epic." (in en). 2 March 2015. https://forums.unrealengine.com/community/off-topic/31560-you-spooked-everyone-epic/page2. 
  3. Foundation, Defold. "Free and Developer-Friendly" (in en). https://defold.com/open/. 
  4. 4.0 4.1 4.2 "Turbulenz makes HTML5 engine open-source" (in en). https://www.gamesindustry.biz/articles/2013-05-02-turbulenz-makes-html5-engine-open-source. 
  5. 5.0 5.1 Engine, Godot. "Godot Engine - A decade in retrospective and future" (in en). https://godotengine.org/article/retrospective-and-future. 
  6. 6.0 6.1 "What is the best game engine: is Godot right for you?" (in en). https://www.gamesindustry.biz/articles/2020-04-14-what-is-the-best-game-engine-is-godot-right-for-you. 
  7. 7.0 7.1 "Top 5 Free and Open Source Game Engines You Should Try - DZone Open Source" (in en). https://dzone.com/articles/top-5-free-and-open-source-game-engines-you-should. 
  8. 8.0 8.1 "Console support in Godot — Godot Engine (3.2) documentation in English". https://docs.godotengine.org/en/3.2/tutorials/platform/consoles.html. 
  9. "Pineapple Works - Polish. Port. Publish." (in en-US). https://pineapple.works/. 
  10. "Godot Game Engine Is Now Open Source" (in en). https://www.gamingonlinux.com/2014/02/godot-game-engine-is-now-open-source. 
  11. Alexander, Leigh (10 November 2010). "Turbulenz Raises $5 Million For Online Game Platform" (in en). https://www.gamasutra.com/view/news/122098/Turbulenz_Raises_5_Million_For_Online_Game_Platform.php. 
  12. "| libGDX 1.0 released" (in en-US). https://www.badlogicgames.com/wordpress/?p=3412. 
  13. libgdx/libgdx, libgdx, 2020-12-26, https://github.com/libgdx/libgdx, retrieved 2020-12-26 
  14. 14.0 14.1 "Porting a Desktop Game Editor to the Browser with WebAssembly" (in en). https://www.infoq.com/articles/wasm-game-editor-port/. 
  15. "GameSpy: Q & A with John Carmack - Page 1". http://pc.gamespy.com/pc/doom-3/528583p1.html. 
  16. "Tutorial 01 - Introduction to id Tech 4 engine - MAXELL's HOME". http://mxl.cz/idtech4/tutorial-01.html. 
  17. "LinuxGames - Embrace your inner penguin". 2008-10-03. http://www.linuxgames.com/archives/9374. 
  18. McWhertor, Michael (2013-11-22). "id Software founder John Carmack resigns" (in en). https://www.polygon.com/2013/11/22/5134500/id-software-founder-john-carmack-resigns. 
  19. "Getting Started with the Armory Game Engine" (in en-US). 2018-06-18. https://www.blendernation.com/2018/06/18/getting-started-with-the-armory-game-engine/. 
  20. "Armory | 3D Engine" (in en). https://armory3d.org/. 
  21. 21.0 21.1 "armory3d/armory" (in en). https://github.com/armory3d/armory. 
  22. 22.0 22.1 SFTtech/openage, [SFT]Technologies, 2020-12-24, https://github.com/SFTtech/openage, retrieved 2020-12-26 
  23. 23.0 23.1 23.2 23.3 "openage - free, modern RTS game engine". https://openage.sft.mx/.