💾 Archived View for dioskouroi.xyz › thread › 24999073 captured on 2020-11-07 at 00:48:13. Gemini links have been rewritten to link to archived content

View Raw

More Information

-=-=-=-=-=-=-

Making a Snake Clone with Bevy

Author: marcusbuffett

Score: 60

Comments: 11

Date: 2020-11-05 15:31:35

Web Link

________________________________________________________________________________

AnonC wrote at 2020-11-05 17:18:01:

For others wondering what Bevy [1] is, it’s a “data driven game engine built with Rust.”

To the author (who shared this here): please include a link to Bevy in the first few lines of the post. I know what Rust is, but didn’t know what Bevy is. I didn’t find any links to it or a single sentence description of what it is in the first half or more of the post. Though I searched online and found what it is, it would’ve been nicer to have the article state it explicitly (especially since Bevy seems to be relatively new with release versions in 0.3.x).

[1]:

https://bevyengine.org/

marcusbuffett wrote at 2020-11-05 18:12:17:

Fair point, will include a link to it.

bauc wrote at 2020-11-05 16:55:13:

I really liked the breakdown in sections. Have been trying to get into Rust and use Bevy so great timing.

Working with Bevy is a challenge/interesting at the moment with the iteration/rework of key areas but enjoying it so far.

markdog12 wrote at 2020-11-05 20:12:48:

Wow, this link completely locks up my android phone. Requires hard reset. Now I can't even open the browser, since it automatically runs in a tab.

zaxcellent wrote at 2020-11-05 21:44:25:

I had the same exact effect on my Pixel 3a. Happened 3 times in a row.

marcusbuffett wrote at 2020-11-05 20:25:16:

I could probably lazy-load the videos, if that's what's causing it, but despite all the videos and images the page is only 1.2MB. Can't figure out what would cause that :/

bauc wrote at 2020-11-05 21:36:44:

What phone/browser are you using? Works ok on my Moto G5 with Firefox which does have problems crashing/reset on some websites but not sure why.

markdog12 wrote at 2020-11-06 12:19:14:

Brave

detuks wrote at 2020-11-05 15:56:49:

Wow my in app browser just crashed when I tried to open the link..

tym0 wrote at 2020-11-06 11:19:14:

Might be interesting to add a link to a wasm version to the article.

zinclozenge wrote at 2020-11-05 16:43:57:

Took me a little bit to understand that the diffs were at the top of the section, not at the bottom.