TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Bevy 0.3: game engine built in Rust

243 点作者 _cart超过 4 年前

11 条评论

mden超过 4 年前
Playing with Bevy and its ECS made me shocked (in a really nice way) how much like a dependency injection framework it worked. Writing a system and simply specifying what resources and queries it needs as function arguments and it magically getting them for me makes it really quick to get to the fun part of writing game code. Are other ECSs this ergonomic?<p>Still struggling to really get in the flow of where what data should live, but with time it&#x27;s getting easier. The realization that you don&#x27;t need all data to be in components also really helps. For example for my game grid I store it as a Resource and inside I store entities I care about such that I can run a normal path search algo.<p>Overall very impressive and fun project and the discord community is active and friendly.
评论 #24985258 未加载
dang超过 4 年前
Related threads from recent months:<p><a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=24123283" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=24123283</a><p><a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=24334307" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=24334307</a><p><a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=24123283" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=24123283</a>
_cart超过 4 年前
Author here. I&#x27;m happy to answer any questions you have about Bevy!
评论 #24985083 未加载
评论 #24985264 未加载
评论 #24985058 未加载
评论 #24984780 未加载
评论 #24985173 未加载
评论 #24984993 未加载
评论 #24985077 未加载
评论 #24984923 未加载
victoriasun超过 4 年前
Man, you guys really kill it with blog&#x2F;changelog announcements. Great job!
jokethrowaway超过 4 年前
That&#x27;s a great pace of changes!<p>For my use case, Bevy web (and mobile is nice too) support would mean switching from Godot, 100%.<p>It will be interesting to see if cross platform support will trickle down to amethyst (I think they share the gfx upstream), who is currently migrating to a faster ECS library (legion).<p>Exciting times!
评论 #24984512 未加载
skavi超过 4 年前
What graphics backend does this use? I can’t seem to find one listed after a quick search.
评论 #24985998 未加载
Jakobeha超过 4 年前
It&#x27;s really nice that this has Android and iOS support. I think the main problems for Rust game development are that and stability.
barnabees超过 4 年前
How does this compare to Amethyst or Piston?
评论 #24984640 未加载
offtop5超过 4 年前
Thanks for posting this.<p>I really want to learn low level programing, but I learn best when building a project.<p>Does it have networking support ?
评论 #24985275 未加载
mastrsushi超过 4 年前
_______________ BUILT IN RUST!
评论 #24985761 未加载
adamnemecek超过 4 年前
You guys should also check out rg3d <a href="https:&#x2F;&#x2F;github.com&#x2F;mrDIMAS&#x2F;rg3d" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;mrDIMAS&#x2F;rg3d</a><p>Join the discord channel <a href="https:&#x2F;&#x2F;discord.gg&#x2F;xENF5Uh" rel="nofollow">https:&#x2F;&#x2F;discord.gg&#x2F;xENF5Uh</a>