From 0a36cab8027692ed1c7c16db50260136891472d7 Mon Sep 17 00:00:00 2001 From: Herbert Wolverson Date: Wed, 7 Jul 2021 10:16:31 -0500 Subject: [PATCH 1/3] #677 Add Medium.com Rust GameDev Article --- content/news/023/index.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/content/news/023/index.md b/content/news/023/index.md index b5467fcaf..1bf694676 100644 --- a/content/news/023/index.md +++ b/content/news/023/index.md @@ -533,6 +533,17 @@ they tried and explain why they wrote their own renderer in the first place. [bevy_retro]: https://github.com/katharostech/bevy_retrograde [@katharostech]: https://github.com/katharostech +### [Game Development with Rust][medium_rust_gamedev] + +[@thebracket] published an article on the current state of Rust Game Development. It +covers a few games and engines made in Rust, links to some resources for integrating +Rust into major game engines (Unity and Unreal). The article then links to some +tutorials and resources for learning Rust game development at different skill and +experience levels. + +[medium_rust_gamedev]: https://medium.com/pragmatic-programmers/game-development-with-rust-31147f7b6096 +[@thebracket]: https://github.com/thebracket/ + ## Tooling Updates ### [Sugarcubes] From 28544f1a00a1c83904e21c5f21ff6bea6bb5a072 Mon Sep 17 00:00:00 2001 From: Herbert Wolverson Date: Wed, 7 Jul 2021 10:23:43 -0500 Subject: [PATCH 2/3] Correct line lengths. --- content/news/023/index.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/content/news/023/index.md b/content/news/023/index.md index 1bf694676..633a91f16 100644 --- a/content/news/023/index.md +++ b/content/news/023/index.md @@ -535,11 +535,11 @@ they tried and explain why they wrote their own renderer in the first place. ### [Game Development with Rust][medium_rust_gamedev] -[@thebracket] published an article on the current state of Rust Game Development. It -covers a few games and engines made in Rust, links to some resources for integrating -Rust into major game engines (Unity and Unreal). The article then links to some -tutorials and resources for learning Rust game development at different skill and -experience levels. +[@thebracket] published an article on the current state of Rust Game +Development. It covers a few games and engines made in Rust, links to some +resources for integrating Rust into major game engines (Unity and Unreal). +The article then links to some tutorials and resources for learning Rust +game development at different skill and experience levels. [medium_rust_gamedev]: https://medium.com/pragmatic-programmers/game-development-with-rust-31147f7b6096 [@thebracket]: https://github.com/thebracket/ From 4fa7043d1be22bcbc5dfe0dad0ce384627fc121e Mon Sep 17 00:00:00 2001 From: Herbert Wolverson Date: Wed, 7 Jul 2021 10:26:07 -0500 Subject: [PATCH 3/3] Remove trailing spaces. I suck at markdown, sorry. --- content/news/023/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/news/023/index.md b/content/news/023/index.md index 633a91f16..bc1d18ca3 100644 --- a/content/news/023/index.md +++ b/content/news/023/index.md @@ -535,10 +535,10 @@ they tried and explain why they wrote their own renderer in the first place. ### [Game Development with Rust][medium_rust_gamedev] -[@thebracket] published an article on the current state of Rust Game -Development. It covers a few games and engines made in Rust, links to some +[@thebracket] published an article on the current state of Rust Game +Development. It covers a few games and engines made in Rust, links to some resources for integrating Rust into major game engines (Unity and Unreal). -The article then links to some tutorials and resources for learning Rust +The article then links to some tutorials and resources for learning Rust game development at different skill and experience levels. [medium_rust_gamedev]: https://medium.com/pragmatic-programmers/game-development-with-rust-31147f7b6096