Improved Godot Game Engine
Written by Kay Ewbank   
Wednesday, 02 March 2016

A new version of the Godot open source gaming engine has been released with better usability and features.

The Godot open source gaming engine was first made available under open source in 2014, but lacked some key features. The idea behind Godot is that developers can make use of common tools to make game design easier. It has a good visual editor and a scene system that supports instancing and inheritance.

godotlogo

The main improvements to the new release are to the editor, but in feature terms the headline improvements are better scene instancing and the addition of scene inheritance. In the previous version, you could only edit the root node of a scene, and if you attempted to edit sub-nodes, it resulted in data loss. You can now edit any child node of the instanced scene and have the changes persist.

The addition of scene inheritance means you could have a base scene with a common node hierarchy that could be extended for each class. The developers suggest you could have a base scene such as enemy or obstacle, with a node hierarchy such as explosions, shines, and indicators, then extend that hierarchy. The inheritance would also let you make non-destructive changes to imported scenes or those created by other team members. 

Other improvements include a new text-based scene format, support for ZIP packs on export instead of PCK, and support for OPUS Audio Format.

 

godot

 

However, most of the improvements are to the editor. The developers say the priority was to improve tools and make the workflow more efficient. There's a new theme, and the layout has been improved with unnecessary icons, margins, and arrows removed to clean up the interface. The layout also lets you move and rearrange dock panels.

You can now carry out multiple scene editing with several scenes open at the same time, and if a dependency changes, the scene is automatically reloaded.

There's also a new code editor to support the multiple scene editing. Until Godot 1.1, scripts were opened contextually to the scene being edited. The new editor means that when you switch to a scene, the editor will open the relevant script to make the programming experience smoother. The debugger has also been improved and a video memory debugger has been added.

godotlogo

More Information

Godot Blog

Godot Download

Related Articles

 Amazon Adds Game Dev Options To AWS

Visual Studio Now With Added Unity Unreal And Cocos

Game Engines For Free       

New Visual Studio 2015 Product Range       

MonoGame - The New XNA       

 

To be informed about new articles on I Programmer, sign up for our weekly newsletter,subscribe to the RSS feed and follow us on, Twitter, FacebookGoogle+ or Linkedin

 

Banner


Udacity's New Discovering Ethical AI Course
12/04/2024

Udacity has just launched an hour-long course on Ethical AI. Intended for a wide audience across many industries, it introduces to basic concepts and terms needed to step into the world of Ethica [ ... ]



The Experience AI Challenge
28/03/2024

The Raspberry Pi Foundation in collaboration with Google DeepMind has announced the Experience AI Challenge. Its intention is to guide young people under the age of 18, and their mentors, through [ ... ]


More News

 

raspberry pi books

 

Comments




or email your comment to: comments@i-programmer.info

Last Updated ( Wednesday, 02 March 2016 )