Are Godot Engine renderer sources available to be read online ?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By JabberSnatch
:warning: Old Version Published before Godot 3 was released.
:bust_in_silhouette: Reply From: genete

See source code here in GitHub

Thanks but I am specifically looking for the renderer code, such as the implementation of visual_server.
I couldn’t find it on git so I thought that maybe the team was not willing to share it for some reason.

JabberSnatch | 2016-05-13 10:13

You can ask directly to the developers directly on #godotengine-devel or #godotengine

genete | 2016-05-13 10:45

If we were not sharing the source code for the renderer, Godot would not be a libre and open source engine :slight_smile:

Akien | 2016-05-13 10:54

:bust_in_silhouette: Reply From: Akien

The renderer: https://github.com/godotengine/godot/tree/master/drivers/gles2

And the VisualServer: https://github.com/godotengine/godot/tree/master/servers/visual (./servers/visual, it was not hidden so deep ;)).