Skip to content

Commit 0e44b36

Browse files
committed
Added "ECS scheduler thoughts, part 1" entry
1 parent 8375a71 commit 0e44b36

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

content/posts/newsletter-016/index.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,19 @@ If needed, a section can be split into subsections with a "------" delimiter.
6565

6666
## Learning Material Updates
6767

68+
### [ECS scheduler thoughts, part 1][article]
69+
70+
[@Ratys] wrote an article about system schedulers in [ECS][ECS].
71+
It contains an overview of the scheduling problem itself, covers
72+
the constraints a solution to it should consider, and dissects
73+
schedulers of [Bevy] engine and [`yaks`] as examples.
74+
75+
[article]: https://ratysz.github.io/article/scheduling-1/
76+
[@Ratys]: https://twitter.com/ratysz
77+
[ECS]: https://en.wikipedia.org/wiki/Entity_component_system
78+
[Bevy]: https://bevyengine.org/
79+
[`yaks`]: https://crates.io/crates/yaks
80+
6881
## Library & Tooling Updates
6982

7083
## Popular Workgroup Issues in Github

0 commit comments

Comments
 (0)