File tree Expand file tree Collapse file tree 1 file changed +29
-2
lines changed
tutorials/scripting/gdextension Expand file tree Collapse file tree 1 file changed +29
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,34 @@ GDExtension
88 :name: toc-tutorials-gdnative
99
1010 what_is_gdextension
11- gdextension_cpp_example
12- gdextension_c_example
1311 gdextension_file
12+
13+ C++ (godot-cpp)
14+ ---------------
15+
16+ This section describes how to get started with
17+ `godot-cpp <https://github.com/godotengine/godot-cpp >`__,
18+ the official C++ GDExtension bindings maintained as part of the Godot project.
19+
20+ .. toctree ::
21+ :maxdepth: 1
22+ :name: toc-tutorials-godot-cpp
23+
24+ gdextension_cpp_example
1425 gdextension_docs_system
26+
27+ GDExtension Internals
28+ ---------------------
29+
30+ This section is aimed at people who want to make a new GDExtension from scratch.
31+ This is mainly people creating new language bindings.
32+
33+ If you're looking to make a Godot extension with existing language bindings,
34+ check out the :ref: `C++ documentation (godot-cpp) <doc_gdextension_docs_system >`,
35+ or documentations for :ref: `other languages <doc_what_is_gdextension >` instead.
36+
37+ .. toctree ::
38+ :maxdepth: 1
39+ :name: toc-tutorials-gdextension-internals
40+
41+ gdextension_c_example
You can’t perform that action at this time.
0 commit comments