Godot (game engine)

Godot Engine
Developer(s) Community developed
Stable release
2.1.1 / 17 November 2016 (2016-11-17)
Preview release
2.0-rc1 / 8 February 2015 (2015-02-08)
Repository github.com/godotengine/godot
Written in C, C++[1]
Operating system
Available in English
Type Game engine
License MIT License
Website www.godotengine.org

Godot is a 2D and 3D cross-platform open source MIT licensed game engine developed by Godot Engine community and used internally by several companies in Latin America before being open-sourced and released to the public.[2] The development environment runs on Windows, OS X and Linux (both 32 and 64 bit) and can create games targeting PC, console, mobile and web platforms.

Overview

Godot aims to offer a fully integrated game development environment. It allows developers to create a game from scratch needing no other tools beyond those used for content-creation (creating graphical assets, music etc.). The game-design architecture is built around a concept of a tree of nested "scenes". All game resources, from scripts to graphical assets, are saved on-disk as part of the computer's file system (rather than in, say, a database). This storage solution is intended to make it easier for game development teams to collaborate on script code using version control.[3]

Scripting

Godot games are created either in C++ or by using its own scripting language called GDScript, a high level, dynamically typed programming language very similar to Python. Contrary to Python, GDScript features strict typing of variables and is optimized for Godot's scene-based architecture. Godot's developers have stated that many alternative third-party scripting languages were tested before deciding that using a custom language allowed for superior optimization and editor integration.[4]

Godot comes with a built-in script editor with auto indentation, syntax highlighting and code completion. It also features a debugger with the ability to set breakpoints and program stepping.

Godot also has its own built-in physics engine for both 2D and 3D aspects of the engine, supporting collision detection, rigid body, static body, characters, vehicles, raycasts and joints.

Rendering

The graphics engine uses OpenGL ES 2.0 for all supported platforms. The engine supports transparency, normal mapping, specularity, dynamic shadows using shadow maps and full-screen post-processing effects like FXAA, bloom, DOF, HDR, gamma correction and fog.

Godot uses a simplified shader language that resembles a near subset of GLSL. Shaders can be used for Materials, Post-processing as well as for 2D rendering. The shaders are divided in vertex and fragment sections. There is also the possibility to create shaders by manipulating nodes in a visual editor.

Godot has a 2D graphics engine that can operate independently from the 3D one. Examples of 2D engine features includes lights, shadows, shaders, GUIs, sprites, tile sets, parallax scrolling, polygons, animations, physics and particles. It's also possible to mix 2D with 3D or 3D with 2D using a so-called viewport node.

Godot contains an in-built animation system with a GUI for editing skeletal animation, blending, animation trees, morphing and realtime cutscenes. Due to a node-based design almost any variable defined or created on a game entity can be animated.[5]

Platforms

Godot supports deployment to multiple platforms. Within a project, developers have control over delivery to mobiles, web, desktops, and consoles. Godot also allows specification of texture compression and resolution settings for each platform the game supports.

Currently supported platforms include Windows, OS X, Linux, FreeBSD, Android, iOS, BlackBerry 10, HTML5, PlayStation 3, PlayStation Vita and Nintendo 3DS. There is also work-in-progress support for Windows Runtime.[6]

Other features

History

Godot development was started by Juan 'reduz' Linietsky and Ariel 'punto' Manzur in 2007.[7][8] In February 2014, the source code for Godot was released to the public on GitHub under the MIT License.[9]

On 15 December 2014, Godot reached 1.0, marking the first stable release and the addition of lightmapping, navmesh support and more shaders.[10]

On 21 May 2015, version 1.1 was released, adding a much improved auto-completion in the code-editor, visual shader editor, new API to the OS for managing the screens and window, with multi-monitor support, a rewritten 2D engine, new 2D navigation polygon support, much improved blender collada exporter and a new dark theme.[11] The new 2D engine includes shaders, materials, independent Z ordering per-node, lights, shadows with polygonal occluders, normal mapping, back-buffer compositing, improved isometric tilemap support and distance-field font support.

On 4 November 2015, Godot joined the Software Freedom Conservancy.[12]

On 22 June 2016, Godot received a $20,000 Mozilla Open Source Support (MOSS) “Mission Partners” award to be used to add Web Sockets, WebAssembly and WebGL 2.0 support.[13]

List of games

Many of OKAM Studio's games were made using Godot.

There are also many community-made open-source games.[14]

About the name

Main developer Juan Linietsky stated in a presentation that the name Godot is related to Samuel Beckett's play Waiting for Godot, as it represents the never-ending wish of adding new features in the engine, which would get it closer to an exhaustive product, but never will.[15]

See also

References

  1. "The Godot Game Engine Open Source Project on Open Hub". Retrieved 30 July 2015.
  2. Linietsky, Juan. "Godot 2.0: Talking with the Creator". 80.lv. Retrieved 18 June 2016.
  3. "File Systems". Godot documentation. Godot. Retrieved 29 January 2016.
  4. "GDScript History". Godot documentation. Godot. Retrieved 29 January 2016.
  5. "Godot Animation tutorial". Godot Documentation. Retrieved 29 January 2016.
  6. "Compiling for Universal Windows Apps". Godot. Retrieved 1 February 2016.
  7. StraToN. "SteamLUG Cast". Retrieved 18 June 2016.
  8. reduz. "Godot history in images!". Retrieved 18 June 2016.
  9. liamdawe (14 February 2014). "Godot Game Engine Is Now Open Source".
  10. "Godot Engine Reaches 1.0, Releases First Stable". 15 December 2014. Retrieved 16 December 2014.
  11. "Godot 1.1 Out!!". Retrieved 22 May 2015.
  12. "Godot Game Engine is Conservancy's Newest Member Project". Retrieved 13 November 2015.
  13. "Mozilla Awards $385,000 to Open Source Projects as part of MOSS "Mission Partners" Program". The Mozilla Blog. Retrieved 17 October 2016.
  14. "Awesome Godot - a curated list of free/libre games, plugins, add-ons and scripts for Godot.". GitHub. Retrieved 25 July 2015.
  15. Rencontres Mondiales du Logiciel Libre 2015, Beauvais, France (7 July 2015). "Juan Linietsky presentation of Godot at RMLL 2015 in Beauvais, France".

External links

This article is issued from Wikipedia - version of the 11/22/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.