From 052d37a2407640f18b3f4edb93af991d262bcd8b Mon Sep 17 00:00:00 2001 From: Andrey Lesnikov Date: Thu, 8 Jul 2021 09:37:52 +0300 Subject: [PATCH 1/5] N23: Release --- content/news/023/index.md | 149 +++++++++++++++++++------------------- 1 file changed, 75 insertions(+), 74 deletions(-) diff --git a/content/news/023/index.md b/content/news/023/index.md index 328839ef5..e5efb8301 100644 --- a/content/news/023/index.md +++ b/content/news/023/index.md @@ -1,13 +1,11 @@ +++ title = "This Month in Rust GameDev #23 - June 2021" -date = 2021-07-01 +date = 2021-07-08 transparent = true -draft = true +draft = false +++ - - -Welcome to the {TODO}th issue of the Rust GameDev Workgroup's +Welcome to the 23rd issue of the Rust GameDev Workgroup's monthly newsletter. [Rust] is a systems language pursuing the trifecta: safety, concurrency, and speed. @@ -36,11 +34,7 @@ Feel free to send PRs about your own projects! - [Engine Updates](#engine-updates) - [Tooling Updates](#tooling-updates) - [Library Updates](#library-updates) -- [Popular Workgroup Issues in Github](#popular-workgroup-issues-in-github) -- [Meeting Minutes](#meeting-minutes) - [Requests for Contribution](#requests-for-contribution) -- [Jobs](#jobs) -- [Bonus](#bonus) - -## Meeting Minutes - - - -[See all meeting issues][label_meeting] including full text notes -or [join the next meeting][join]. - -[label_meeting]: https://github.com/rust-gamedev/wg/issues?q=label%3Ameeting - ## Requests for Contribution -## Jobs - - - -## Bonus - - +- [winit's "difficulty: easy" issues][embark-open-issues] ([embark.rs]). +- [Backroll-rs, a new networking library][backroll-rs]. +- [Embark's open issues][embark-open-issues] ([embark.rs]). +- [gfx-rs's "contributor-friendly" issues][gfx-issues]. +- [luminance's "low hanging fruit" issues][luminance-fruits]. +- [ggez's "good first issue" issues][ggez-issues]. +- [Veloren's "beginner" issues][veloren-beginner]. +- [Amethyst's "good first issue" issues][amethyst-issues]. +- [A/B Street's "good first issue" issues][abstreet-issues]. +- [Mun's "good first issue" issues][mun-issues]. +- [SIMple Mechanic's good first issues][simm-issues]. +- [Bevy's "good first issue" issues][bevy-issues]. + +[winit-issues]: https://github.com/rust-windowing/winit/issues?q=is%3Aopen+is%3Aissue+label%3A%22difficulty%3A+easy%22 +[backroll-rs]: https://github.com/HouraiTeahouse/backroll-rs/issues +[embark.rs]: https://embark.rs +[embark-open-issues]: https://github.com/search?q=user:EmbarkStudios+state:open +[gfx-issues]: https://github.com/gfx-rs/gfx/issues?q=is%3Aissue+is%3Aopen+label%3Acontributor-friendly +[luminance-fruits]: https://github.com/phaazon/luminance-rs/issues?q=is%3Aissue+is%3Aopen+label%3A%22low+hanging+fruit%22 +[ggez-issues]: https://github.com/ggez/ggez/labels/%2AGOOD%20FIRST%20ISSUE%2A +[veloren-beginner]: https://gitlab.com/veloren/veloren/issues?label_name=beginner +[amethyst-issues]: https://github.com/amethyst/amethyst/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22 +[abstreet-issues]: https://github.com/a-b-street/abstreet/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22 +[mun-issues]: https://github.com/mun-lang/mun/labels/good%20first%20issue +[simm-issues]: https://github.com/mkhan45/SIMple-Mechanics/labels/good%20first%20issue +[bevy-issues]: https://github.com/bevyengine/bevy/labels/good%20first%20issue ------ From 020bf60b5a76b989cf80a54503c64bc6bd6f9aae Mon Sep 17 00:00:00 2001 From: Andrey Lesnikov Date: Thu, 8 Jul 2021 09:42:08 +0300 Subject: [PATCH 2/5] N23: Help Requests: Remove accidental embark mention --- content/news/023/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/news/023/index.md b/content/news/023/index.md index e5efb8301..acb0e2546 100644 --- a/content/news/023/index.md +++ b/content/news/023/index.md @@ -1043,7 +1043,7 @@ improved a bit. -- [winit's "difficulty: easy" issues][embark-open-issues] ([embark.rs]). +- [winit's "difficulty: easy" issues][embark-open-issues]. - [Backroll-rs, a new networking library][backroll-rs]. - [Embark's open issues][embark-open-issues] ([embark.rs]). - [gfx-rs's "contributor-friendly" issues][gfx-issues]. From 567b4184fe5f9a27db7952f7f937d0bafa818866 Mon Sep 17 00:00:00 2001 From: Andrey Lesnikov Date: Thu, 8 Jul 2021 10:08:56 +0300 Subject: [PATCH 3/5] N23: thRustEngine: Fix video link --- content/news/023/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/news/023/index.md b/content/news/023/index.md index acb0e2546..efafb591a 100644 --- a/content/news/023/index.md +++ b/content/news/023/index.md @@ -486,7 +486,7 @@ _Discussions: [thrustEngine]: https://github.com/experiment9123/thrustengine [free quake map demo]: https://vimeo.com/569777592 -[custom map demo]: https://vimeo.com/570798468 +[custom map demo]: https://vimeo.com/572436649 ### [rg3d] From 2b313f681d093662a05ed13616acee55df2e9295 Mon Sep 17 00:00:00 2001 From: Andrey Lesnikov Date: Thu, 8 Jul 2021 10:30:33 +0300 Subject: [PATCH 4/5] N23: LoS Turorial: Remove slash from reddit url just in case --- content/news/023/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/news/023/index.md b/content/news/023/index.md index efafb591a..afe503f18 100644 --- a/content/news/023/index.md +++ b/content/news/023/index.md @@ -539,7 +539,7 @@ Additionally, the and a sample application written in [ggez](https://crates.io/crates/ggez). _Discussions: -[/r/rust_gamedev](https://reddit.com/r/rust\_gamedev/comments/nx79kq/)_ +[/r/rust_gamedev](https://reddit.com/r/rust_gamedev/comments/nx79kq/)_ [lineofsight]: https://basstabs.github.io/2d-line-of-sight/ [@basstabs]: https://github.com/basstabs From 80ec1553d13f424cb795519e3d5b7c8083897b09 Mon Sep 17 00:00:00 2001 From: Andrey Lesnikov Date: Thu, 8 Jul 2021 19:38:45 +0300 Subject: [PATCH 5/5] N23: Help Wanted: gfx-rs -> wgpu-rs --- content/news/023/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/news/023/index.md b/content/news/023/index.md index afe503f18..d9802778e 100644 --- a/content/news/023/index.md +++ b/content/news/023/index.md @@ -1046,7 +1046,7 @@ improved a bit. - [winit's "difficulty: easy" issues][embark-open-issues]. - [Backroll-rs, a new networking library][backroll-rs]. - [Embark's open issues][embark-open-issues] ([embark.rs]). -- [gfx-rs's "contributor-friendly" issues][gfx-issues]. +- [wgpu-rs's "help wanted" issues][wgpu-issues]. - [luminance's "low hanging fruit" issues][luminance-fruits]. - [ggez's "good first issue" issues][ggez-issues]. - [Veloren's "beginner" issues][veloren-beginner]. @@ -1060,7 +1060,7 @@ improved a bit. [backroll-rs]: https://github.com/HouraiTeahouse/backroll-rs/issues [embark.rs]: https://embark.rs [embark-open-issues]: https://github.com/search?q=user:EmbarkStudios+state:open -[gfx-issues]: https://github.com/gfx-rs/gfx/issues?q=is%3Aissue+is%3Aopen+label%3Acontributor-friendly +[wgpu-issues]: https://github.com/gfx-rs/wgpu/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22 [luminance-fruits]: https://github.com/phaazon/luminance-rs/issues?q=is%3Aissue+is%3Aopen+label%3A%22low+hanging+fruit%22 [ggez-issues]: https://github.com/ggez/ggez/labels/%2AGOOD%20FIRST%20ISSUE%2A [veloren-beginner]: https://gitlab.com/veloren/veloren/issues?label_name=beginner