Godot 3 has been released with a slew of new features including a physically based renderer, new asset workflows, visual scripting, Bullet physics and much more.
In other words, the wait for Godot is over. You can grab it here.
Godot 3 has been released with a slew of new features including a physically based renderer, new asset workflows, visual scripting, Bullet physics and much more.
In other words, the wait for Godot is over. You can grab it here.
The first usable version is now available and it lets you use shared libraries as scripts. The DLScript API is a C API but C++ bindings are available. DLScript can invoke code from other libraries and GDScript functions as well.
Integrating Steamworks and other services should be easier now. It should be possible to get significant performance boosts by moving expensive GDScripts over to DLScript.