Godot (game engine)

From Infogalactic: the planetary knowledge core
Jump to: navigation, search
Godot Engine
200px
Developer(s) OKAM Studio
Stable release 3.0.0 / 1 May 2018; 5 years ago (2018-05-01)
Preview release 3.0.4 / 22 June 2018; 5 years ago (2018-06-22)
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 OKAM Studio.[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 was in development and used in-house by OKAM Studio as early as 2001. In February 2014, the source code for Godot was released to the public on GitHub under the MIT License.[7]

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

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.[9] 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.[10]

List of games

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

  • El Asombroso Show Zamba
  • Dog Mendonça & Pizza Boy
  • Anthill
  • Running Nose
  • Project Carnival

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

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.[12]

See also

References

  1. Lua error in package.lua at line 80: module 'strict' not found.
  2. Lua error in package.lua at line 80: module 'strict' not found.
  3. Lua error in package.lua at line 80: module 'strict' not found.
  4. Lua error in package.lua at line 80: module 'strict' not found.
  5. Lua error in package.lua at line 80: module 'strict' not found.
  6. Lua error in package.lua at line 80: module 'strict' not found.
  7. Lua error in package.lua at line 80: module 'strict' not found.
  8. Lua error in package.lua at line 80: module 'strict' not found.
  9. Lua error in package.lua at line 80: module 'strict' not found.
  10. Lua error in package.lua at line 80: module 'strict' not found.
  11. Lua error in package.lua at line 80: module 'strict' not found.
  12. Lua error in package.lua at line 80: module 'strict' not found.

External links