bevyengine / bevy-website

The source files for the official Bevy website
https://bevyengine.org
MIT License
190 stars 326 forks source link

Add link to "Dependency Injection Like Bevy From Scratch" to the Next Steps learning resources #711

Open alice-i-cecile opened 1 year ago

alice-i-cecile commented 1 year ago

Very useful for understanding (conceptually) how the ECS works, which is a common follow-up question for beginners.

The idea would be to place it in here: https://bevyengine.org/learn/book/next-steps/

Link: https://promethia-27.github.io/dependency_injection_like_bevy_from_scratch/introductions.html

@PROMETHIA-27, are you cool with this?

cart commented 1 year ago

I think putting this in the "next steps" for beginners might be a mistake. This feels like "advanced level Rust for people that are curious", not something to direct people to after they've done Bevy's "hello world" equivalent.

alice-i-cecile commented 1 year ago

Yeah, I'll chew on where it belongs...

PROMETHIA-27 commented 1 year ago

I'd be fine with it being put somewhere for more visibility! I would also probably agree that next steps might not be the best placement, at the very least not without some kind of "btw, if you want to know how it works and are very comfortable with rust already, this goes through the mechanics" disclaimer.

NiklasEi commented 11 months ago

It seems to me the post would fit well to the learning assets https://bevyengine.org/assets/#learning.