We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c9f2512 + d3a5b62 commit 2791adcCopy full SHA for 2791adc
2 files changed
_posts/2022-01-10-bevy-labels.md
@@ -30,6 +30,9 @@ and how they might be combined.
30
**Aside:** These "systems functions" are super interesting in themselves:
31
They are just regular Rust functions with specific parameters
32
and through type-system magic (read: traits) Bevy knows how to call them.
33
+I wrote a separate article on them [here][ecs post].
34
+
35
+[ecs post]: {% post_url 2022-09-15-bevy-ecs-rust-type-system %}
36
37
Here's a simple Bevy 0.6 app:
38
0 commit comments