HackerTrans
热门最新趋势评论往期问答秀出招聘

GenericCanadian

no profile record

提交

Bevy 0.19 Released

bevy.org
19 分·作者 GenericCanadian·23天前·2 评论

Bevy game development tutorials and in-depth resources

taintedcoders.com
140 分·作者 GenericCanadian·3个月前·118 评论

Bevy TLDR – Game development with Bevy summarized

taintedcoders.com
59 分·作者 GenericCanadian·9个月前·18 评论

Bevy 0.17: ECS-driven game engine built in Rust

bevy.org
40 分·作者 GenericCanadian·9个月前·6 评论

评论

GenericCanadian
·23天前·讨论
Tainted coders has been fully updated to 0.19: https://taintedcoders.com/

Check out the new Bevy Scene Notation: https://taintedcoders.com/bevy/bsn
GenericCanadian
·3个月前·讨论
I think ECS is a new enough architecture that the patterns are still very much folk lore.

I think a lot of the way I try and structure my Bevy apps comes down to trying to separate the rendering from my game logic. Its very easy to confuse the two responsibilities.

Coming from the web and Ruby I find the lack of automated testing and TDD to be foreign to me. So I've been trying to figure out patterns that make my games easier to test. Hoping to write about it soon.
GenericCanadian
·3个月前·讨论
I think Chris Biscardi has some paid resources that involve Bevy at https://www.rustadventure.dev/pricing they might be referring to.

He's also got plenty of free resources which I love to watch: https://www.youtube.com/@chrisbiscardi
GenericCanadian
·3个月前·讨论
Very much agreed and appreciated. I've added an explanation to the top of the homepage.
GenericCanadian
·6个月前·讨论
Good learning resources for those curious:

- https://taintedcoders.com/ (I'm the author)

- https://bevy.org/learn/book/intro/

- https://www.youtube.com/@chrisbiscardi

- https://www.youtube.com/@PhaestusFox

Lots of good stuff on the official Bevy discord too
GenericCanadian
·9个月前·讨论
All guides on https://taintedcoders.com/ have been updated to 0.17. Congrats to everyone on the release