Skip to content

Commit 2791adc

Browse files
author
Pascal Hertleif
authored
Merge pull request #43 from killercup/bevy-system-functions
2 parents c9f2512 + d3a5b62 commit 2791adc

2 files changed

Lines changed: 436 additions & 0 deletions

File tree

_posts/2022-01-10-bevy-labels.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ and how they might be combined.
3030
**Aside:** These "systems functions" are super interesting in themselves:
3131
They are just regular Rust functions with specific parameters
3232
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 %}
3336

3437
Here's a simple Bevy 0.6 app:
3538

0 commit comments

Comments
 (0)