Skip to content

Commit 0839f24

Browse files
N32: Release
1 parent cc692d8 commit 0839f24

File tree

1 file changed

+33
-31
lines changed

1 file changed

+33
-31
lines changed

content/news/032/index.md

Lines changed: 33 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
+++
22
title = "This Month in Rust GameDev #32 - March 2022"
33
transparent = true
4-
date = 2022-04-01
5-
draft = true
4+
date = 2022-04-11
65
+++
76

87
<!-- no toc -->
98

109
<!-- Check the post with markdownlint-->
1110

12-
Welcome to the {TODO}th issue of the Rust GameDev Workgroup's
11+
Welcome to the 32nd issue of the Rust GameDev Workgroup's
1312
monthly newsletter.
1413
[Rust] is a systems language pursuing the trifecta:
1514
safety, concurrency, and speed.
@@ -31,20 +30,16 @@ Feel free to send PRs about your own projects!
3130
[Rust]: https://rust-lang.org
3231
[join]: https://github.com/rust-gamedev/wg#join-the-fun
3332

34-
- [Game Updates](#game-updates)
3533
- [Rust GameDev Podcast](#rust-gamedev-podcast)
3634
- [Rust GameDev Meetup](#rust-gamedev-meetup)
35+
- [Game Updates](#game-updates)
3736
- [Learning Material Updates](#learning-material-updates)
3837
- [Engine Updates](#engine-updates)
3938
- [Tooling Updates](#tooling-updates)
4039
- [Library Updates](#library-updates)
4140
- [Other News](#other-news)
42-
- [Popular Workgroup Issues in Github](#popular-workgroup-issues-in-github)
43-
- [Meeting Minutes](#meeting-minutes)
44-
- [Discussions](#discussions)
4541
- [Requests for Contribution](#requests-for-contribution)
4642
- [Jobs](#jobs)
47-
- [Bonus](#bonus)
4843

4944
<!--
5045
Ideal section structure is:
@@ -639,10 +634,6 @@ For more details, see the [changelog][s13-change-log].
639634
[s13-getting-started]: https://github.com/attackgoat/screen-13/blob/master/examples/getting-started.md
640635
[s13-change-log]: https://github.com/attackgoat/screen-13/blob/master/CHANGELOG.md
641636

642-
## Popular Workgroup Issues in Github
643-
644-
<!-- Up to 10 links to interesting issues -->
645-
646637
## Other News
647638

648639
<!-- One-liners for plan items that haven't got their own sections. -->
@@ -656,24 +647,40 @@ For more details, see the [changelog][s13-change-log].
656647
[sf-video]: https://www.youtube.com/watch?v=EF5iUJNFz94
657648
[Hedgein]: https://www.youtube.com/watch?v=qufQVtlYqrQ
658649

659-
## Meeting Minutes
660-
661-
<!-- Up to 10 most important notes + a link to the full details -->
662-
663-
[See all meeting issues][label_meeting] including full text notes
664-
or [join the next meeting][join].
665-
666-
[label_meeting]: https://github.com/rust-gamedev/wg/issues?q=label%3Ameeting
667-
668-
## Discussions
669-
670-
<!-- Links to handpicked reddit/twitter/urlo/etc threads that provide
671-
useful information -->
672-
673650
## Requests for Contribution
674651

675652
<!-- Links to "good first issue"-labels or direct links to specific tasks -->
676653

654+
- [Graphite is looking for contributors][graphite-contribute] to help build the
655+
new node graph and 2D rendering systems.
656+
- [winit's "difficulty: easy" issues][winit-issues].
657+
- [Backroll-rs, a new networking library][backroll-rs].
658+
- [Embark's open issues][embark-open-issues] ([embark.rs]).
659+
- [wgpu's "help wanted" issues][wgpu-issues].
660+
- [luminance's "low hanging fruit" issues][luminance-fruits].
661+
- [ggez's "good first issue" issues][ggez-issues].
662+
- [Veloren's "beginner" issues][veloren-beginner].
663+
- [Amethyst's "good first issue" issues][amethyst-issues].
664+
- [A/B Street's "good first issue" issues][abstreet-issues].
665+
- [Mun's "good first issue" issues][mun-issues].
666+
- [SIMple Mechanic's good first issues][simm-issues].
667+
- [Bevy's "good first issue" issues][bevy-issues].
668+
669+
[graphite-contribute]: https://github.com/GraphiteEditor/Graphite/issues/202
670+
[winit-issues]: https://github.com/rust-windowing/winit/issues?q=is%3Aopen+is%3Aissue+label%3A%22difficulty%3A+easy%22
671+
[backroll-rs]: https://github.com/HouraiTeahouse/backroll-rs/issues
672+
[embark.rs]: https://embark.rs
673+
[embark-open-issues]: https://github.com/search?q=user:EmbarkStudios+state:open
674+
[wgpu-issues]: https://github.com/gfx-rs/wgpu/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22
675+
[luminance-fruits]: https://github.com/phaazon/luminance-rs/issues?q=is%3Aissue+is%3Aopen+label%3A%22low+hanging+fruit%22
676+
[ggez-issues]: https://github.com/ggez/ggez/labels/%2AGOOD%20FIRST%20ISSUE%2A
677+
[veloren-beginner]: https://gitlab.com/veloren/veloren/issues?label_name=beginner
678+
[amethyst-issues]: https://github.com/amethyst/amethyst/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22
679+
[abstreet-issues]: https://github.com/a-b-street/abstreet/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22
680+
[mun-issues]: https://github.com/mun-lang/mun/labels/good%20first%20issue
681+
[simm-issues]: https://github.com/mkhan45/SIMple-Mechanics/labels/good%20first%20issue
682+
[bevy-issues]: https://github.com/bevyengine/bevy/labels/E-Good-First-Issue
683+
677684
## Jobs
678685

679686
<!-- An optional section for new jobs related to Rust gamedev -->
@@ -686,11 +693,6 @@ useful information -->
686693
(Stockholm/Hybrid Remote)
687694
- Various roles
688695

689-
## Bonus
690-
691-
<!-- Bonus section to make the newsletter more interesting
692-
and highlight events from the past. -->
693-
694696
------
695697

696698
That's all news for today, thanks for reading!

0 commit comments

Comments
 (0)