Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Split GDExtension category #10618

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 25 additions & 2 deletions tutorials/scripting/gdextension/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,30 @@ GDExtension
:name: toc-tutorials-gdnative

what_is_gdextension
gdextension_cpp_example
gdextension_c_example
gdextension_file

C++ (godot-cpp)
---------------

This section describes how to get started with
`godot-cpp <https://github.com/godotengine/godot-cpp>`__,
the official C++ GDExtension bindings maintained as part of the Godot project.

.. toctree::
:maxdepth: 1
:name: toc-tutorials-godot-cpp

gdextension_cpp_example
gdextension_docs_system

GDExtension Internals
---------------------

This section is aimed at people who want to make a new GDExtension from scratch.
This is mainly people creating new language bindings.

.. toctree::
:maxdepth: 1
:name: toc-tutorials-gdextension-internals

gdextension_c_example
Loading