TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

The Bevy Foundation

102 pointsby _cartabout 1 year ago

21 comments

weinzierlabout 1 year ago
<i>&quot;You may notice that every member of the board is an active Bevy Maintainer. This is not a coincidence. We believe that people actually developing the project should be at the helm. There is currently no way to buy a board seat. We have no plans to hire &quot;professional board members&quot; that aren&#x27;t in the thick of it. For now we plan to stick to the Maintainer == Board Member policy. Functionally, new Board Members are selected via an election of the current board. &quot;Board Member&quot; is currently not a paid position.&quot;</i><p>Thank you for setting the Foundation up like this!<p>To make this work in the long run donations are crucial: <a href="https:&#x2F;&#x2F;bevyengine.org&#x2F;donate&#x2F;" rel="nofollow">https:&#x2F;&#x2F;bevyengine.org&#x2F;donate&#x2F;</a>
alice-i-cecileabout 1 year ago
Hi! I&#x27;m the fabled &quot;project manager&quot; that we&#x27;d like to hire! Helping run Bevy has been an incredible experience, and I&#x27;m very excited about the idea of being able to do this full-time. There are a ton of efforts I&#x27;d like to lead, and even more that I&#x27;d like to be able to help nudge along.
评论 #39675118 未加载
评论 #39675607 未加载
unsungNoveltyabout 1 year ago
The first thing I looking for was whether it is 501(c)(3) or 501(c)(6). While that alone doesn&#x27;t guarantee anything, it is still a good indication on the motivation of a project. Thank you Team Bevy!<p><a href="https:&#x2F;&#x2F;www.unsungnovelty.org&#x2F;posts&#x2F;05&#x2F;2023&#x2F;open-source-projects-and-non-profit-501c3-vs-non-profit-501c6&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.unsungnovelty.org&#x2F;posts&#x2F;05&#x2F;2023&#x2F;open-source-proj...</a>
_cartabout 1 year ago
Bevy&#x27;s creator, project lead, and now president of the Bevy Foundation here. Feel free to ask me anything!
评论 #39673326 未加载
评论 #39673179 未加载
29athrowawayabout 1 year ago
If you are trying Bevy for the first time, and it runs slow, put this on your Cargo.toml<p><pre><code> [profile.dev.package.&quot;*&quot;] opt-level = 3</code></pre>
评论 #39678205 未加载
noelwelshabout 1 year ago
I&#x27;ve been using Bevy recently so here are some thoughts on this:<p>Firstly, the overall quality is high and seeing this attention being paid to the project&#x27;s organization is another good sign.<p>Documentation is not great. The Bevy book runs out of content very quickly. The &quot;Cheat Book&quot; has additional useful information: <a href="https:&#x2F;&#x2F;bevy-cheatbook.github.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;bevy-cheatbook.github.io&#x2F;</a>. With these plus the examples I&#x27;ve been able to figure out everything I need, but it&#x27;s slow going.<p>I&#x27;m not 100% sold on ECS. It loses a lot of type safety and there doesn&#x27;t seem to be any way to ensure cleanup of entities and their components.
评论 #39680199 未加载
评论 #39680527 未加载
评论 #39681292 未加载
评论 #39679625 未加载
评论 #39680518 未加载
999900000999about 1 year ago
Why can&#x27;t I just donate once?<p>I&#x27;m too stupid to use Rust, I just don&#x27;t have it in me right now, but I really want to support this engine. Please add a one-time donation option!
评论 #39680217 未加载
llmblockchainabout 1 year ago
Although Bevy says it&#x27;s an engine, I think that&#x27;s a bit of an overstatement. It&#x27;s more of a library&#x2F;framework. There&#x27;s a lot you need to do from scratch.<p>If you are looking for a more full featured game engine-- I recommend Godot.<p>I have been using Godot lately and it&#x27;s refreshing how nicely it flows and how the experience mirrors other OSes (from a Linux user&#x27;s perspective). If you haven&#x27;t tried Godot lately, give it a try.<p>Plus, the whole thing is a single binary (~100mb).
评论 #39687571 未加载
OtomotOabout 1 year ago
Any particular reason these 501(c)(3) non-profit public charity designations are no longer granted as freely as before?
评论 #39673410 未加载
brundolfabout 1 year ago
Does Bevy have a graphical editor yet (or one on the roadmap)?<p>It seems like it has good bones, but taking real territory away from Unity or Godot will be hard without an editor (not just for non-programmers; some game dev tasks are just way easier with a GUI)<p>Of course it&#x27;s open so somebody could build one, but it seems to me this deserves to be a first-class citizen
评论 #39681049 未加载
评论 #39682306 未加载
评论 #39687730 未加载
pjmlpabout 1 year ago
Good luck with the efforts, we need more variety in programming language landscape for game engines.
ramon156about 1 year ago
Loved bevy since the reddit post (i think that was even pre 0.1). It&#x27;s a bummer I was in the middle of learning rust, so I wasn&#x27;t of much help. Would&#x27;ve loved to contribute
评论 #39679022 未加载
评论 #39679687 未加载
ajucabout 1 year ago
I write a simple 2d game in bevy to learn rust and ECS. I like it a lot.<p>I just wish it was slightly better with backward compatibility. There&#x27;s many useful libraries I can&#x27;t use because they depend on different bevy versions, and updating the code to new major versions is a hassle. And the bevy cheatbook has some pages refering to behavior that changed several versions earlier.
LarsDu88about 1 year ago
Love where Bevy is going. On the UI&#x2F;UX side it has a long way to go, but on the non-rendering backend architecture side it can beat Unity, Unreal, and Godot in the long run.<p>Just crossing my fingers because by the time Bevy reaches that goal, compute power may have just 10x&#x27;d again, and the existing game engine giants will have added AI creation tooling by then.
评论 #39681177 未加载
mastoabout 1 year ago
Apparently Bevy is a game engine.
lyu07282about 1 year ago
I hope this will one day become as large and productive as the Blender Foundation
weinzierlabout 1 year ago
I applaud the decision for a 501(c)(3) and not a 501(c)(6).
评论 #39680487 未加载
评论 #39679960 未加载
dangabout 1 year ago
Related:<p><i>Revy – proof-of-concept time-travel debugger for the Bevy game engine</i> - <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=39590683">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=39590683</a> - March 2024 (36 comments)<p><i>Bevy 0.13: ECS-driven game engine built in Rust</i> - <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=39412940">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=39412940</a> - Feb 2024 (59 comments)<p><i>Bevy 0.12</i> - <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=38144417">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=38144417</a> - Nov 2023 (84 comments)<p><i>Three Years of Bevy</i> - <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=37477971">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=37477971</a> - Sept 2023 (1 comment)<p><i>Bevy&#x27;s Third Birthday</i> - <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=37081501">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=37081501</a> - Aug 2023 (6 comments)<p><i>Bevy 0.11: ECS-driven game engine built in Rust</i> - <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=36657970">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=36657970</a> - July 2023 (29 comments)<p><i>Bevy XPBD: A physics engine for the Bevy game engine</i> - <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=36642867">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=36642867</a> - July 2023 (20 comments)<p><i>Bevy and WebGPU</i> - <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=35994106">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=35994106</a> - May 2023 (40 comments)<p><i>Bevy 0.10: data oriented game engine built in Rust</i> - <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=35045224">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=35045224</a> - March 2023 (91 comments)<p><i>Scaling Bevy Development</i> - <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=34387062">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=34387062</a> - Jan 2023 (20 comments)<p><i>Bevy 0.9: data oriented game engine built in Rust</i> - <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=33577284">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=33577284</a> - Nov 2022 (50 comments)<p><i>Automated testing in Bevy</i> - <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=32802402">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=32802402</a> - Sept 2022 (81 comments)<p><i>Bevy 0.8: data oriented game engine built in Rust</i> - <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=32287828">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=32287828</a> - July 2022 (18 comments)<p><i>Bevy 0.7: data oriented game engine built in Rust</i> - <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=31043668">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=31043668</a> - April 2022 (63 comments)<p><i>Bevy game engine 0.6</i> - <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=29854416">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=29854416</a> - Jan 2022 (89 comments)<p><i>Bevy&#x27;s First Birthday: a year of open source Rust game engine development</i> - <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=28132114">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=28132114</a> - Aug 2021 (13 comments)<p><i>Bevy 0.5: data oriented game engine built in Rust</i> - <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=26716166">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=26716166</a> - April 2021 (65 comments)<p><i>Bevy: A game engine built in Rust</i> - <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=26131350">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=26131350</a> - Feb 2021 (117 comments)<p><i>Bevy 0.4: data oriented game engine built in Rust</i> - <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=25480321">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=25480321</a> - Dec 2020 (23 comments)<p><i>Making a Snake Clone with Bevy</i> - <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=24999073">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=24999073</a> - Nov 2020 (11 comments)<p><i>Bevy 0.3: game engine built in Rust</i> - <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=24983956">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=24983956</a> - Nov 2020 (55 comments)<p><i>Bevy 0.2</i> - <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=24530698">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=24530698</a> - Sept 2020 (43 comments)<p><i>Bevy: A Game Engine in Rust</i> - <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=24334307">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=24334307</a> - Aug 2020 (42 comments)<p><i>Bevy: A data-driven game engine and app framework built in Rust</i> - <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=24123283">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=24123283</a> - Aug 2020 (103 comments)
xystabout 1 year ago
You had me at:<p>&gt; game engine built in Rust<p>I hope it succeeds and gets significant market penetration. Will donate monthly
评论 #39680501 未加载
Woshiwujaabout 1 year ago
Bevy is great!
CooCooCaChaabout 1 year ago
Great news!