diff --git a/content/news/026/index.md b/content/news/026/index.md index d8d6c8b1d..b31758a7f 100644 --- a/content/news/026/index.md +++ b/content/news/026/index.md @@ -1,14 +1,11 @@ +++ title = "This Month in Rust GameDev #26 - September 2021" transparent = true -date = 2021-10-04 -draft = true +date = 2021-10-10 +++ - - Welcome to the 26th issue of the Rust GameDev Workgroup's monthly newsletter. [Rust] is a systems language pursuing the trifecta: @@ -32,17 +29,17 @@ Feel free to send PRs about your own projects! [Rust]: https://rust-lang.org [join]: https://github.com/rust-gamedev/wg#join-the-fun -- [Rust GameDev Podcast](#rust-gamedev-podcast-6) +- [Rust GameDev Meetup](#rust-gamedev-meetup) +- [Rust Graphics Meetup \#1](#rust-graphics-meetup-1) +- [Rust GameDev Podcast \#6](#rust-gamedev-podcast-6) - [Game Updates](#game-updates) - [Learning Material Updates](#learning-material-updates) - [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) +- [Discussions](#discussions) -## Meeting Minutes - - +- [rust-gamedev/rust-gamedev.github.io](https://github.com/rust-gamedev/rust-gamedev.github.io): + - [#636 "Better solution for hosting images (or the site as a whole)?"](https://github.com/rust-gamedev/rust-gamedev.github.io/issues/636); + - [#785 "Discussions section"](https://github.com/rust-gamedev/rust-gamedev.github.io/issues/785). +- [rust-gamedev/wg](https://github.com/rust-gamedev/wg): + - [#90 "Rust on Consoles"](https://github.com/rust-gamedev/wg/issues/90); + - [#113 "Rust GameDev Community Assets Store"](https://github.com/rust-gamedev/wg/discussions/113); + - [#115 "Official WG meeting"](https://github.com/rust-gamedev/wg/discussions/115). -[See all meeting issues][label_meeting] including full text notes -or [join the next meeting][join]. +## Discussions -[label_meeting]: https://github.com/rust-gamedev/wg/issues?q=label%3Ameeting +- [/r/rust_gamedev](https://reddit.com/r/rust_gamedev): + - ["Is WGSL a good choice?"](https://reddit.com/r/rust_gamedev/comments/pvbv50/is_wgsl_a_good_choice). + - ["Unity files patent for ECS in game engines that would probably affect + many Rust ECS crates, including Bevy's"](https://reddit.com/r/rust/comments/pjtpkj/unity_files_patent_for_ecs). ## Requests for Contribution -## Jobs - - - -## Bonus - - - - +- [Graphite is looking for contributors][graphite-contribute] to help reach + the 0.1 Alpha release and are participating as a [Hacktoberfest] project. +- [winit's "difficulty: easy" issues][winit-issues]. +- [Backroll-rs, a new networking library][backroll-rs]. +- [Embark's open issues][embark-open-issues] ([embark.rs]). +- [wgpu'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]. +- [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]. + +[graphite-contribute]: https://github.com/GraphiteEditor/Graphite/issues/202 +[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 +[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 +[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/E-Good-First-Issue +[Hacktoberfest]: https://hacktoberfest.digitalocean.com/ ------