Skip to content

Commit 225f0d4

Browse files
authored
N20: Add ECS Tutorial (#557)
* N20: Add ECS Tutorial * Fix line length
1 parent 4f537a6 commit 225f0d4

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

content/posts/newsletter-020/index.md

+14
Original file line numberDiff line numberDiff line change
@@ -419,6 +419,20 @@ The repository includes a GitHub workflow for Linux, MacOS, and Windows builds
419419
[bevy-game-template]:https://github.com/NiklasEi/bevy_game_template
420420
[nikl_twitter]: https://twitter.com/nikl_me
421421

422+
### [Tutorial: Writing a tiny Entity Component System in Rust][ecs-in-rust]
423+
424+
[@kettlecorn][kettlecorn_twitter] wrote
425+
a beginner-friendly [tutorial][ecs-in-rust] that dives into the
426+
inner workings of the Entity-Component-System pattern.
427+
The tutorial walks through a minimalist ECS
428+
implementatation to illustrate how the pattern works, and
429+
why it's useful.
430+
431+
*Discussion: [/r/rust](https://www.reddit.com/r/rust/comments/m88ywa/tutorial_writing_a_tiny_entity_component_system/)*
432+
433+
[kettlecorn_twitter]: https://twitter.com/kettlecorn
434+
[ecs-in-rust]:https://ianjk.com/ecs-in-rust/
435+
422436
## Library & Tooling Updates
423437

424438
### [kira]

0 commit comments

Comments
 (0)