Oddbean new post about | logout
 @e203a2da To be honest, I am not sure if a #bevy project would be a good first Rust project.

Although Bevy is the leading Rust game engine that I would recommend, I found it not well documented YET. It is not the fault of the project since it is in a rather early stage.

Therefore, I would rather recommend starting with something other than game development for better documentation and more tutorials. 
 @5150cec1 @e203a2da having learnt Rust by doing stuff in Bevy i can only disagree. there's basically no need to deal with the borrow checker and ownership, since the ECS handles it for you. 
 @2851d133 @e203a2da I get it, but my point is that one should learn to deal with ownership and borrowing first.

But I only did one tiny project in Bevy, so I would recommend listening to you since you have more experience in Bevy :D