index.rst 375 B

123456789101112131415161718
  1. :allow_comments: False
  2. .. _doc_godot_cpp:
  3. C++ (godot-cpp)
  4. ===============
  5. This section documents `godot-cpp <https://github.com/godotengine/godot-cpp>`__,
  6. the official C++ GDExtension bindings maintained as part of the Godot project.
  7. .. toctree::
  8. :maxdepth: 1
  9. :name: toc-tutorials-godot-cpp
  10. about_godot_cpp
  11. gdextension_cpp_example
  12. gdextension_docs_system