Qué es Godot - mgea/godot GitHub Wiki
¿Qué es Godot ?
Godot Engine is an open-source, cross-platform game engine used to develop 2D and 3D games.
¿qué es un Game Engine?
Un Game Engine maneja diferentes tipos de componentes necesarios para crear el producto final.
-
Physics engine: Together, game physics and collision engines will work to detect collisions in-game and calculate the results. In other words, it lets you simulate laws of physics inside your game.
-
Artificial intelligence (AI): In games, AI gives non-playable characters (NPCs) responsive, intelligent behaviors. The more sophisticated the AI, the more realistic in-game scenarios can become.
-
Audio engine: The sound or audio engine provides the framework to create and manage sound effects and music within the game. Animation engine: This is responsible for generating animations in the game based on keyframes (or positions) designated by animators. Depending on the complexity of your animations, the engine may be able to interpolate animations between keyframes to create smooth-looking motion.
-
Rendering engine: The rendering engine is responsible for managing the 2D and 3D assets displayed on the screen. It takes the models, lighting, texturing, and shading data and turns them into an image on the screen.
fuente: https://gamedesignskills.com/game-development/video-game-engines/
Assets
Los assets son los recursos que son necesarios para crear el producto final. Además soporta física y colisiones que funcionan en tiempo real: imágenes, audio, animaciones, script...
Historia de Godot
It was created by Juan Linietsky and Ariel Manzur in 2007 and released publicly under the MIT license in 2014. Historia de Godot
Unlike some proprietary engines, Godot is entirely free to use with no royalties or licensing fees. This makes it an attractive choice for indie developers, hobbyists, and studios alike.
Alternativas y competidores
¿Otras alternativas? Tabla comparativa de game engines -> Mejores Game Engine en 2024
Referencias
- Resumen en video
- Averageguymedianow (2024) What is Godot Engine? - https://medium.com/@averageguymedianow/what-is-godot-engine-0eac30214bf2
- Alexander Brazie - Best Game Engines for Beginner Game Developers in 2024. https://gamedesignskills.com/game-development/video-game-engines/
- Godot-land https://godot.land/que-es-godot-engine/