mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-07 02:12:07 +03:00
This removes the link to the KDevelop setup video tutorial as it's now outdated. IDE screenshots were also optimized losslessly using `oxipng -o6 --strip --zopfli`. See #3485.
19 lines
370 B
ReStructuredText
19 lines
370 B
ReStructuredText
Engine development
|
|
==================
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:name: toc-devel-cpp
|
|
|
|
introduction_to_godot_development
|
|
configuring_an_ide/index
|
|
core_types
|
|
variant_class
|
|
object_class
|
|
inheritance_class_tree
|
|
custom_modules_in_cpp
|
|
binding_to_external_libraries
|
|
custom_resource_format_loaders
|
|
custom_audiostreams
|
|
custom_godot_servers
|