Blog

karroffel karroffel  -  2 January 2018

A look at the GDNative architecture

GDNative changed a lot since it was first introduced. From being a scripting-centered module it quickly became a more general purpose tool than we initially assumed. Here we present the way GDNative and related technologies work together.

Rémi Verschelde Rémi Verschelde  - 21 December 2017

Dev snapshot: Godot 3.0 beta 2

After three weeks of testing of the 3.0 beta 1 snapshot, we're now ready for a new beta release fixing many of the reported issues and then some! It also includes a surprise lightmapper from Juan, and many usability enhancements provided by our numerous contributors. The final 3.0 release is now very close, so stay tuned for more news and the release candidate!

Juan Linietsky Juan Linietsky  - 14 December 2017

Introducing the new "last minute" lightmapper

A considerable number of users requested a more efficient way to have GI (Global Illumination) in their projects. Godot 3.0 currenty offers the GIProbe node, which provides a real-time approximation to GI. This generally works and looks pretty, but it's quite shader intensive, which makes it not work on mobile or low end GPUs. The newly added VR support also suffers with GIProbe, as it has to render in very high resolutions.

Rémi Verschelde Rémi Verschelde  - 11 December 2017

Get ready for FOSDEM and GodotCon 2018!

In February 2018, the Godot Engine community invites you to meet together at the FOSDEM (3 & 4 Feb) and the GodotCon (5 & 6 Feb), both in Brussels, Belgium and with dozens of Godot users and contributors, including our lead developer Juan Linietsky coming all the way from Buenos Aires. FOSDEM is a huge free and open source software-focused event with over 8000 attendees. Coming right after FOSDEM in the same city, GodotCon is a small but Godot-focused event with talks, workshops and many activities around our favourite engine.

Pedro J. Estébanez Pedro J. Estébanez  -  9 December 2017

Let people touch Godot!

Maybe you have already seen an AdPod around. They are three-sided giant multitouch capable screens. The company behind them customizes them for very important customers for promotion campaings for things like movies (Disney, Universal). They "skin" the device cosmetically for the targeted product and develop interactive apps that run on them. People walking by can interact with them, something which creates great product awareness and also entertains. Now they have decided to use Godot for such development work! The switch from the well-known non-free engine they were using formerly has been a wise decision.

Rémi Verschelde Rémi Verschelde  -  8 December 2017

Bugs: Let's catch 'em all this Saturday 9 December

Both testers and developers are doing a great job, but we need to go ever faster to get Godot 3.0 out as soon as possible - especially now that the master branch is in feature freeze, meaning that new features will have to wait for Godot 3.1 to be merged. We propose to have a special bug hunting day on Saturday, 9 December, to focus on fixing the bugs reported for the 3.0 milestone. Testers are also encouraged to use this opportunity to file new bug reports, after checking existing issues for potential duplicates.

Juan Linietsky Juan Linietsky  -  6 December 2017

Hero Wanted campaign for fixing final bugs launches!

We are all working hard on fixing the remaining issues for delivering a stable Godot 3.0 as soon as possible, but we definitely need a hand to speed up the work!

Nathan GDQuest Nathan GDQuest  -  5 December 2017

Godot 3 at the Capitole du libre

We met with Julian and Gilles at the Capitole du Libre 2017 in Toulouse. It's one of the largest French events dedicated to Free Software. We went there to showcase Godot 3 and try to introduce new users to it. Here's our report, with a bonus presentation.

Juan Linietsky Juan Linietsky  -  3 December 2017

Shedding light on Godot's development process

Godot keeps growing steadily in both users and contributors, and 3.0 will be our best release yet. As our community keeps expanding, the development process also reshapes to accommodate new contributions. While our process is completely transparent, it is not obvious for a large part of the community how new features, fixes and improvements are added. This short article will attempt to shed some light on it.

Rémi Verschelde Rémi Verschelde  - 30 November 2017

Dev snapshot: Godot 3.0 beta 1

Godot 3.0's development official entered the beta stage last week, which coincides for us with what we name the feature freeze: from now on, no new features will be merged in the master branch, as the focus will be fully on fixing existing issues to stabilize the current feature set. To get broader testing of the feature-frozen branch, we're releasing an official build, Godot 3.0 beta 1, just one month after the previous alpha 2.

Juan Linietsky Juan Linietsky  - 26 November 2017

Introducing onion skinning for the Godot game engine

Right on time before Beta Freeze, our superstar contributor Pedro Estebanez completed Onion Skinning support! This implementation is really good, and allows visualizing future and past frames. This helps animators have a much greater deal of control on repositioning objects on every frame.

Rémi Verschelde Rémi Verschelde  - 24 November 2017

Enjin Coin supports Godot and announces upcoming module

Godot just got its first platinum sponsor, and we're thrilled to announce that it's Enjin Coin, a smart cryptocurrency designed for virtual goods in games! They are working on a module to integrate their open source framework in Godot 3.

Juan Linietsky Juan Linietsky  - 22 November 2017

Please help us reach our second Patreon goal so we can hire karroffel part-time!

Our campaign for the initial Patreon goal (hiring Juan full time) has been a huge success thanks to our community's support. Thanks to this, Juan is able to spend a lot more time working on Godot and helping other contributors. However, many areas remain where more dedicated developer time would be highly beneficial to advance the project faster.

Rémi Verschelde Rémi Verschelde  - 22 November 2017

Help complete translations for Godot 3.0!

As we are nearing the 3.0 release, it's the right time to contribute to the localisation effort and make sure that your native language has an accurate and complete translation of the Godot editor upon release.

Nathan GDQuest Nathan GDQuest  - 15 November 2017

Godot 3 at the Capitole du Libre 2017

We will be at the Capitole du Libre this week-end with Julian Murgia and Gilles Roudière. It's one of the largest French events dedicated to Free Software, and it's taking place in Toulouse. Come meet us if you're in the area!

Juan Linietsky Juan Linietsky  -  7 November 2017

Hero Wanted! Help fix the remaining issues for 3.0!

Godot 3.0 is in it's final march towards a stable release, hopefully before year's end. The first Beta will be releases shortly and then candidates and stable... you can help and be a hero!

Bastiaan Olij Bastiaan Olij  -  6 November 2017

Godot 3's VR and AR support

The past year we've been hard at work behind the scenes adding support for AR and VR to Godot. Support for basic mobile VR and full support for OpenVR is ready for Alpha 2. OpenHMD support is being worked on and we have a working ARKit implementation.

Juan Linietsky Juan Linietsky  -  5 November 2017

Godot 3.0 switches to Bullet for physics

When Godot started (a decade ago), there were not many good physics engine available and Godot always had quite demanding API requirements for them (such as Area nodes, KinematicBody, RayCast shapes, etc.), so they were not usable without a lot of modification. This led us to implementing our own custom engine. Now, thanks to the work of Andrea Catania, we are introducing Bullet as a new and better maintained backend for the 3D physics!

Rémi Verschelde Rémi Verschelde  - 31 October 2017

Dev snapshot: Godot 3.0 alpha 2

One step closer to the release of Godot 3.0! With this alpha 2 development snapshot, Godot users will be able to preview the upcoming C# support and continue testing the advanced 3D features introduced in Godot 3.0. This snapshot is of course expected to be buggy and unstable, so please be aware that it does not reflect the final state of what Godot 3.0 will be like.

Rémi Verschelde Rémi Verschelde  - 30 October 2017

Get ready for the GitHub Game Off with Godot

GitHub is hosting the 5th edition of its #GameOff jam focused on free and open source tools. As a leading libre 2D and 3D game engine, Godot is a perfect for that jam and it's a great opportunity to give it a try and fall in love with its intuitive yet powerful workflow!

Ignacio Roldán Etcheverry Ignacio Roldán Etcheverry  - 21 October 2017

Introducing C# in Godot

The next alpha release of Godot 3.0 is about to be published and it will be the first version that ships with C# support. This post gives an introduction to C# scripting in Godot and how to use it in your project.

Juan Linietsky Juan Linietsky  - 13 October 2017

As an Open Source project, Godot is more than a game engine

Godot is a community developed game engine. The development process is becoming tighter and more efficient every day. As the amount of contributors keep growing exponentially, it's a big challenge for us to keep this process efficient and yet improve it.

Juan Linietsky Juan Linietsky  - 24 September 2017

Godot 3's renderer design explained

Godot uses a considerably different approach to rendering (and rendering abstraction) than other, popular, game engines. The motivation behind it was not to achieve the maximum performance in extreme use cases, but accomodate better to most user's needs.

Juan Linietsky Juan Linietsky  - 18 September 2017

Patreon: First goal achieved!

A little bit over a month ago we launched a Patreon campaign to improve our funding. The first goal, which is allowing our lead developer Juan Linietsky to work full time on the project, has been just met, which is amazing!! Thanks to everyone who helped and contributed!