-
Notifications
You must be signed in to change notification settings - Fork 81
Expand file tree
/
Copy pathtoc.yml
More file actions
196 lines (196 loc) · 9.07 KB
/
toc.yml
File metadata and controls
196 lines (196 loc) · 9.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
items:
- name: Introduction
href: index.md
- name: Roadmap
href: /roadmap/
- name: What's New
href: whats_new.md
- name: Getting Started
href: getting_started/index.md
items:
- name: Setting up MacOS
href: /articles/getting_started/1_setting_up_your_os_for_development_macos.html
- name: Setting up Linux
items:
- name: Setting up Arch Linux
href: /articles/getting_started/1_setting_up_your_os_for_development_arch.html
- name: Setting up Ubuntu
href: /articles/getting_started/1_setting_up_your_os_for_development_ubuntu.html
- name: Setting up Windows
href: /articles/getting_started/1_setting_up_your_os_for_development_windows.html
- name: Using Visual Studio
href: /articles/getting_started/2_choosing_your_ide_visual_studio.html
- name: Using Rider
href: /articles/getting_started/2_choosing_your_ide_rider.html
- name: Using Visual Studio Code
href: /articles/getting_started/2_choosing_your_ide_vscode.html
- name: How to install MonoGame Preview packages
href: /articles/getting_to_know/howto/HowTo_Install_Preview_Release.html
- name: Getting to know MonoGame
href: getting_to_know/index.md
items:
- name: What is
href: getting_to_know/whatis/index.md
items:
- name: Audio
href: getting_to_know/whatis/audio/index.md
- name: Content Pipeline
href: getting_to_know/whatis/content_pipeline/index.md
- name: Graphics
href: getting_to_know/whatis/graphics/index.md
- name: Input
href: getting_to_know/whatis/input/index.md
- name: The Game Loop
href: getting_to_know/whatis/game_loop/index.md
- name: Vector / Matrix / Quaternions
href: getting_to_know/whatis/vector_matrix_quat/index.md
- name: MonoGame Class Library
href: getting_to_know/whatis/monogame_class_library/index.md
- name: How to
href: getting_to_know/howto/index.md
items:
- name: Audio
href: getting_to_know/howto/audio/index.md
- name: Content Pipeline
href: getting_to_know/howto/content_pipeline/index.md
- name: Graphics
href: getting_to_know/howto/graphics/index.md
- name: Input
href: getting_to_know/howto/input/index.md
- name: Advanced Topics
items:
- name: Packaging
href: getting_started/packaging_games.md
- name: Preparing for consoles
href: getting_started/preparing_for_consoles.md
- name: Using Development Nuget Packages
href: getting_started/using_development_nuget_packages.md
- name: Tools
items:
- name: Introduction
href: getting_started/tools/index.md
- name: MGCB
href: getting_started/tools/mgcb.md
- name: MGCB Editor
href: getting_started/tools/mgcb_editor.md
- name: MGFXC
href: getting_started/tools/mgfxc.md
- name: Content Pipeline
items:
- name: Introduction
href: getting_started/content_pipeline/index.md
- name: Why use the Content Pipeline
href: getting_started/content_pipeline/why_content_pipeline.md
- name: Using the Content Builder Project
href: getting_started/content_pipeline/content_builder_project.md
- name: Automating the Content Builder
href: getting_started/content_pipeline/automating_content_builder.md
- name: Using MGCB Editor
href: getting_started/content_pipeline/using_mgcb_editor.md
- name: Custom Effects
href: getting_started/content_pipeline/custom_effects.md
- name: TrueType fonts
href: getting_started/content_pipeline/adding_ttf_fonts.md
- name: Localization
href: getting_started/content_pipeline/localization.md
- name: Migration
items:
- name: Migrating from XNA
href: migration/migrate_xna.md
- name: Migrating from 3.7
href: migration/migrate_37.md
- name: Upgrading 3.8.x to latest
href: migration/migrate_38.md
- name: Updating Versions
href: migration/updating_versions.md
- name: Samples and Demos
href: samples.md
- name: Tutorials
href: tutorials/index.md
items:
- name: Building 2D Games
href: tutorials/building_2d_games/index.md
items:
- name: "01: What Is MonoGame?"
href: tutorials/building_2d_games/01_what_is_monogame/index.md
- name: "02: Getting Started"
href: tutorials/building_2d_games/02_getting_started/index.md
- name: "03: The Game1 File"
href: tutorials/building_2d_games/03_the_game1_file/index.md
- name: "04: Creating a Class Library"
href: tutorials/building_2d_games/04_creating_a_class_library/index.md
- name: "05: Content Pipeline"
href: tutorials/building_2d_games/05_content_pipeline/index.md
- name: "06: Working with Textures"
href: tutorials/building_2d_games/06_working_with_textures/index.md
- name: "07: Optimizing Texture Rendering"
href: tutorials/building_2d_games/07_optimizing_texture_rendering/index.md
- name: "08: The Sprite Class"
href: tutorials/building_2d_games/08_the_sprite_class/index.md
- name: "09: The AnimatedSprite Class"
href: tutorials/building_2d_games/09_the_animatedsprite_class/index.md
- name: "10: Handling Input"
href: tutorials/building_2d_games/10_handling_input/index.md
- name: "11: Input Management"
href: tutorials/building_2d_games/11_input_management/index.md
- name: "12: Collision Detection"
href: tutorials/building_2d_games/12_collision_detection/index.md
- name: "13: Working With Tilemaps"
href: tutorials/building_2d_games/13_working_with_tilemaps/index.md
- name: "14: Sound Effects and Music"
href: tutorials/building_2d_games/14_soundeffects_and_music/index.md
- name: "15: Audio Controller"
href: tutorials/building_2d_games/15_audio_controller/index.md
- name: "16: Working with SpriteFonts"
href: tutorials/building_2d_games/16_working_with_spritefonts/index.md
- name: "17: Scenes"
href: tutorials/building_2d_games/17_scenes/index.md
- name: "18: Texture Sampling"
href: tutorials/building_2d_games/18_texture_sampling/index.md
- name: "19: User Interface Fundamentals"
href: tutorials/building_2d_games/19_user_interface_fundamentals/index.md
- name: "20: Implementing UI with Gum"
href: tutorials/building_2d_games/20_implementing_ui_with_gum/index.md
- name: "21: Customizing Gum UI"
href: tutorials/building_2d_games/21_customizing_gum_ui/index.md
- name: "22: Snake Game Mechanics"
href: tutorials/building_2d_games/22_snake_game_mechanics/index.md
- name: "23: Completing the Game"
href: tutorials/building_2d_games/23_completing_the_game/index.md
- name: "24: Shaders"
href: tutorials/building_2d_games/24_shaders/index.md
- name: "25: Packaging Your Game for Distribution"
href: tutorials/building_2d_games/25_packaging_game/index.md
- name: "26: Publishing Your Game to itch.io"
href: tutorials/building_2d_games/26_publish_to_itch/index.md
- name: "27: Conclusion and Next Steps"
href: tutorials/building_2d_games/27_conclusion/index.md
- name: 2D Shaders
href: tutorials/advanced/2d_shaders/index.md
items:
- name: "01: Introduction"
href: tutorials/advanced/2d_shaders/01_introduction/index.md
- name: "02: Hot Reload"
href: tutorials/advanced/2d_shaders/02_hot_reload/index.md
- name: "03: The Material Class"
href: tutorials/advanced/2d_shaders/03_the_material_class/index.md
- name: "04: Debug UI"
href: tutorials/advanced/2d_shaders/04_debug_ui/index.md
- name: "05: Transition Effect"
href: tutorials/advanced/2d_shaders/05_transition_effect/index.md
- name: "06: Color Swap Effect"
href: tutorials/advanced/2d_shaders/06_color_swap_effect/index.md
- name: "07: Sprite Vertex Effect"
href: tutorials/advanced/2d_shaders/07_sprite_vertex_effect/index.md
- name: "08: Light Effect"
href: tutorials/advanced/2d_shaders/08_light_effect/index.md
- name: "09: Shadow Effect"
href: tutorials/advanced/2d_shaders/09_shadows_effect/index.md
- name: "10: Next Steps"
href: tutorials/advanced/2d_shaders/10_next_steps/index.md
- name: Console Access
href: console_access.md
- name: Help and Support
href: help_and_support.md
- name: Contributing to documentation
href: contributing.md