Skip to content

Commit ae5bdee

Browse files
ECS chapter structure (#288)
I intend to close and split #182 to improve both development and review workflows. This is a tiny PR to make reviewing that work less painful by reducing weird branch issues.
1 parent e4471e8 commit ae5bdee

File tree

9 files changed

+33
-61
lines changed

9 files changed

+33
-61
lines changed
Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,7 @@
11
+++
2-
title = "Manipulating entities with commands"
3-
weight = 4
2+
title = "Commands queue up work"
3+
weight = 5
44
template = "book-section.html"
55
page_template = "book-section.html"
66
insert_anchor_links = "right"
77
+++
8-
9-
TODO: explain what commands are used for
10-
11-
TODO: explain that they only run at the end of the stage, mention that they have exclusive world access
12-
13-
TODO: show how to spawn, despawn and modify entities with commands
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
+++
2+
title = "Detecting changes"
3+
weight = 6
4+
template = "book-section.html"
5+
page_template = "book-section.html"
6+
insert_anchor_links = "right"
7+
+++
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
+++
2+
title = "Understanding the magic"
3+
weight = 8
4+
template = "book-section.html"
5+
page_template = "book-section.html"
6+
insert_anchor_links = "right"
7+
+++

content/learn/book/ecs/exclusive-world-access/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
+++
2-
title = "Exclusive `World` access"
3-
weight = 8
2+
title = "Exclusive world access"
3+
weight = 7
44
template = "book-section.html"
55
page_template = "book-section.html"
66
insert_anchor_links = "right"

content/learn/book/ecs/filtering-queries/_index.md

Lines changed: 0 additions & 17 deletions
This file was deleted.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
+++
2+
title = "Fetching data with queries"
3+
weight = 2
4+
template = "book-section.html"
5+
page_template = "book-section.html"
6+
insert_anchor_links = "right"
7+
+++

content/learn/book/ecs/reliable-change-detection/_index.md

Lines changed: 0 additions & 17 deletions
This file was deleted.

content/learn/book/ecs/systems-queries/_index.md

Lines changed: 0 additions & 17 deletions
This file was deleted.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
+++
2+
title = "Systems do work"
3+
weight = 4
4+
template = "book-section.html"
5+
page_template = "book-section.html"
6+
insert_anchor_links = "right"
7+
+++
8+

0 commit comments

Comments
 (0)