From bd7eba42ce00090ed329a00c4b9e31e4ec25ea8a Mon Sep 17 00:00:00 2001
From: Adam Scott
- New in 4.0: C++ supports comes officially in the form of
+ New in 4.0: C⁠+⁠+ supports comes officially in the form of
GDExtension API, which gives you a way to script and program your game
components for maximum performance without having to recompile the engine.
Thanks to the modular structure and a straightforward build process of Godot you can create your own engine modules. Gain every last drop of performance - or integrate with many third-party libraries with low-level C++ code. + or integrate with many third-party libraries with low-level C⁠+⁠+ code.