26 lines
853 B
Text
26 lines
853 B
Text
|
.. Intention: provide the necessary information to make the most of the getting
|
||
|
started series, answering questions like "do I want to learn Godot?", "how
|
||
|
does it look and feel?", "how does it work?", and "how do I best learn it?".
|
||
|
|
||
|
Introduction
|
||
|
============
|
||
|
|
||
|
This series will introduce you to Godot and give you an overview of its
|
||
|
features.
|
||
|
|
||
|
In the following pages, you will get answers to questions such as "Is Godot for
|
||
|
me?" or "What can I do with Godot?". We will then introduce the engine's most
|
||
|
essential concepts, run you through the editor's interface, and give you tips to
|
||
|
make the most of your time learning it.
|
||
|
|
||
|
.. toctree::
|
||
|
:maxdepth: 1
|
||
|
:name: toc-learn-introduction
|
||
|
|
||
|
introduction_to_godot
|
||
|
learn_to_code_with_gdscript
|
||
|
key_concepts_overview
|
||
|
first_look_at_the_editor
|
||
|
learning_new_features
|
||
|
godot_design_philosophy
|