Skip to content

Commit fe79756

Browse files
committed
[add] textured_cube tutorial and update tutorial links.
1 parent 727dbe9 commit fe79756

File tree

2 files changed

+520
-4
lines changed

2 files changed

+520
-4
lines changed

docs/tutorials/README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,26 @@ title: "Tutorials Index"
33
document_id: "tutorials-index-2025-10-17"
44
status: "living"
55
created: "2025-10-17T00:20:00Z"
6-
last_updated: "2025-10-17T00:20:00Z"
7-
version: "0.1.0"
6+
last_updated: "2025-11-10T00:00:00Z"
7+
version: "0.2.0"
88
engine_workspace_version: "2023.1.30"
99
wgpu_version: "26.0.1"
1010
shader_backend_default: "naga"
1111
winit_version: "0.29.10"
12-
repo_commit: "93c85ccbc3863ecffc73e68fb340c5d45df89377"
12+
repo_commit: "727dbe9b7706e273c525a6ca92426a1aba61cdb6"
1313
owners: ["lambda-sh"]
1414
reviewers: ["engine", "rendering"]
1515
tags: ["index", "tutorials", "docs"]
1616
---
1717

1818
This index lists tutorials that teach specific engine tasks through complete, incremental builds.
1919

20-
- Uniform Buffers: Build a Spinning Triangle — `docs/tutorials/uniform-buffers.md`
20+
- Uniform Buffers: Build a Spinning Triangle — [uniform-buffers.md](uniform-buffers.md)
21+
- Textured Quad: Sample a 2D Texture — [textured-quad.md](textured-quad.md)
22+
- Textured Cube: 3D Push Constants + 2D Sampling — [textured-cube.md](textured-cube.md)
2123

2224
Browse all tutorials in this directory.
2325

2426
Changelog
27+
- 0.2.0 (2025-11-10): Add links for textured quad and textured cube; update metadata and commit.
2528
- 0.1.0 (2025-10-17): Initial index with uniform buffers tutorial.

0 commit comments

Comments
 (0)