8000 N35: Learn Bevy's ECS by ripping off someone else's project (#1073) · Bombfuse/rust-gamedev.github.io@6478c10 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6478c10

Browse files
authored
N35: Learn Bevy's ECS by ripping off someone else's project (rust-gamedev#1073)
1 parent 1a48aa0 commit 6478c10

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

content/news/035/index.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,21 @@ better accountability. Further updates will be given in her [Discord server][hed
199199
[hedgein-devlog-3]:https://www.youtube.com/watch?v=oNxMN47tKxs
200200
[hedgein-github]:https://github.com/hedgein
201201

202+
### [Learn Bevy's ECS by ripping off someone else's project]
203+
204+
![Learn Bevy's ECS by ripping off](learn_bevys_ecs_by_ripping_off.png)
205+
206+
"Learn Bevy's ECS by ripping off someone else's project" is a mini-book that uses
207+
the game Rusty Roguelike from the book [Hands-on Rust](https://pragprog.com/titles/hwrust/hands-on-rust)
208+
as a base, in order to explain Bevy's ECS.
209+
210+
The idea is for a beginner to learn ECS concepts from the base book, then apply
211+
them using Bevy; the structure of the game is ideal for a gentle introduction to
212+
ECS architecture.
213+
214+
[Learn Bevy's ECS by ripping off someone else's project]: https://saveriomiroddi.github.io/learn_bevy_ecs_by_ripping_off
215+
[Saverio Miroddi/@64kramsystem]: https://twitter.com/64kramsystem
216+
202217
## Tooling Updates
203218

204219
## Library Updates
Loading

0 commit comments

Comments
 (0)
0