-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
75 lines (70 loc) · 2.14 KB
/
Copy pathmkdocs.yml
File metadata and controls
75 lines (70 loc) · 2.14 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
site_name: AP2 — Application Primitives
site_description: A C17 kit for games and tools
site_url: https://youthx.github.io/AP2/
repo_url: https://github.com/youthx/AP2
repo_name: youthx/AP2
edit_uri: edit/main/docs/
docs_dir: docs
site_dir: site
theme:
name: material
palette:
- scheme: slate
primary: indigo
accent: indigo
toggle:
icon: material/brightness-7
name: Light mode
- scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/brightness-4
name: Dark mode
features:
- navigation.sections
- navigation.top
- content.code.copy
- content.action.edit
- search.suggest
nav:
- Home: index.md
- Getting started: getting-started.md
- Architecture: architecture.md
- API overview: api-overview.md
- Guides:
- Materials and textures: 14-materials-textures.md
- glTF models: 15-gltf-models.md
- Advanced PBR: 16-pbr-advanced.md
- Best practices: 17-best-practices.md
- Material & 3D API reference: 18-api-reference.md
- Tutorials:
- Hello window: tutorials/01-hello-window.md
- Drawing 2D: tutorials/02-drawing-2d.md
- Sprites and textures: tutorials/03-sprites-and-textures.md
- Input: tutorials/04-input.md
- Audio: tutorials/05-audio.md
- Text and fonts: tutorials/06-text-and-fonts.md
- Immediate GUI: tutorials/07-immediate-gui.md
- 3D: tutorials/08-3d.md
- Shaders and post: tutorials/09-shaders-and-post.md
- Breakout: tutorials/10-breakout.md
- Top-down walker: tutorials/11-top-down.md
- Desktop tool: tutorials/12-desktop-tool.md
- Tilemaps: tutorials/13-tilemaps.md
- "Advanced: 3D PBR scene": tutorials/14-advanced-3d-scene.md
- "Advanced: retained-mode GUI": tutorials/15-retained-gui.md
- "Advanced: camera rigs and post": tutorials/16-camera-rigs-and-post.md
- "Advanced: capstone application": tutorials/17-capstone-app.md
not_in_nav: |
README.md
markdown_extensions:
- admonition
- tables
- fenced_code
- toc:
permalink: true
- pymdownx.superfences
plugins:
- search
- include-markdown