Skip to content

Commit d7b2d08

Browse files
authored
Update bevy-multiplayer.md (quote display)
1 parent 24fbc8d commit d7b2d08

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

src/content/blog/bevy-multiplayer.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,17 @@ Some notable software written in Rust includes:
2727
- **Amethyst**: A performant tiling window manager for MacOS.
2828
- **Condorium Blockchain**: A performant and secure blockchain technology.
2929

30-
> I mean, there is no such thing as a perfect programming language Rust is merely a statically type low-level multi-paradigm perfect programming language
31-
> [YouTube interview](https://www.youtube.com/watch?v=TGfQu0bQTKc&t=95s) by [Programmers Are Also Human](https://www.youtube.com/@programmersarealsohuman5909), Rust is a perfect programming language.
30+
> I mean, there is no such thing as a perfect programming language.
31+
> Rust is merely a statically type low-level multi-paradigm perfect programming language
32+
>
33+
> [YouTube interview](https://www.youtube.com/watch?v=TGfQu0bQTKc&t=95s) by [Programmers Are Also Human](https://www.youtube.com/@programmersarealsohuman5909),
3234
3335
![Ferris the Rustacean](../../assets/blog/ferris-rustacean.webp)
3436

3537
## Picking a game engine
3638

3739
> There are currently 5 games written in Rust. And 50 game engines.
40+
>
3841
> Interview with a Senior Rust Developer - [2:52](https://www.youtube.com/watch?v=TGfQu0bQTKc&t=168s)
3942
4043
There are too many game engines available for Rust. An excellent resource is [Are We Game Yet](https://arewegameyet.rs/ecosystem/engines/). I also recommend [this article by GeeksforGeeks](https://www.geeksforgeeks.org/rust-game-engines/), which makes picking the optimal engine easier.

0 commit comments

Comments
 (0)