C++ in Godot engine

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Shyen

Hi. I get started learn C++. I know that Godot engine using Gscript but, can i use C++ on Godot engine ?

:bust_in_silhouette: Reply From: hilfazer

Yes, You can via GDNative. C++ can do everything GDScript can. See docs

Check C example first.

You can also do things directly in C++ adding stuff to the engine, an example of this is Godot editor.

eons | 2018-08-26 23:11