Description
Newsletter 29: December 2021
tags: newsletter
Editors: @ozkriff, @17cupsofcoffee, and @AngelOnFira
Another month has gone by, so it's time to put together the Rust Gamedev newsletter with December news!
If you want to help writing the newsletter:
- Read CONTRIBUTING.md.
- Grab some of the "🆓 free" sections by leaving a comment like "I'd like to work on {section_name_1} and {section_name_2}".
- The links in brackets (like "1, 2, 3") are suggestions of links to include in the section. Feel free to add more!
- Mentions in brackets (like "🆓 free (@ozkriff?)") are just a suggestion of who could pick the work up - it's not an obligation, and other people are welcome to take those sections.
- Extra sections not listed in the plan are welcomed - just leave a comment and open a PR!
- Write a short overview:
- Use provided links as a starting point.
- Try to maintain a consistent style with the rest of the newsletter and run markdownlint (lint errors will fail the CI build).
- Insert line breaks (softbreak) at 80 chars, please.
- Leave a comment or DM me on Discord if you have any issues.
- Send a PR to the
source
branch (example: N15: A/B Street #336)- Mention this issue in your PR's description to link it all together.
As with the last few newsletters, we're trying to delegate the writing workload where we can - to quote @AngelOnFira from a few months ago:
We're also going to be transitioning to having authors or volunteers write about their own content, rather than the editing team doing it all at the end 💯 This means if you want to see your work in the newsletter, you have to write it yourself! If you're not able to write about your work, feel free to comment and I can assign it 🆓 free. We're working on taking some of the load off the editing team where we can with this. Best to keep this sustainable!
Also, we want to make sure contributing to the newsletter feels open to anyone who wants to write a section about their project. If you have anything you can write about, just add a comment to this issue and I'll add it to the todo list 😄
Current Schedule
The soft deadline for all section PRs is the 8th of Jan. PRs will usually be accepted as long as they are ready before the newsletter's release, but the earlier the better :)
- Only one image (<300kb) or GIF (<2.5mb) before the text, with an optional caption and mandatory alt text for accessibility.
- All the rendered text should be under 1000 characters (including spaces and punctuation) and under 6 paragraphs (without any subsections, etc).
- No bold/italic/etc formatting - only links and one plain list without nesting per section (multiple lists are allowed if your project consists of multiple parts that aren't independent enough for their own sections).
- Third-person perspective.
- 80 characters per line and no other markdownlint warnings on CI.
Please use these templates as a starting point:
Games/apps/libraries:
### [Game name]

_optional image label_
[Game name] ([GitHub], [Discord], [Twitter]) by [@nickname]
is... {short project description in one sentence}.
{An overview of the recent updates with links to more details}.
_Discussions: [/r/rust_gamedev](link), [Twitter](link), [etc](link)_
[Game name]: http://example.com
Articles/blog posts/videos/etc:
### [Article name]

_optional image label_
[@nickname] published an [article] about...
{overview what the resource is about}.
_Discussions: [/r/rust_gamedev](link), [Twiter](link), [etc](link)_
[Article name]: http://example.com
Current Structure & Status
Below is a list of our current planned structure for the newsletter, and the status of each PR (which we'll try to keep updated).
This is not an exhastive list - if you have your own project that you want to write about, just make a comment on this issue and open a PR!
- Rust GameDev Meetup - ✔️ done by @AngelOnFiraGame Updates
- Veloren (1) - ✔️ done by @AngelOnFira
Library Updates- Shard 0.2 (1) - ✔️ done by @HindrikStegenga
- bevy-remote-devtools (1) - ✔️ done by @reneeichhorn
- Pixels v0.9 - ✔️ done by @parasyte
Other News
Final steps:
- Other News - by @ozkriffFinal review - by everyonePublish - by @ozkriffPost on /r/rust, /r/rust_gamedev, /r/gamedev, URLO, twitter.com/rust_gamedev - by @ozkriffAdd comment links - by @ozkriffAdd a draft of the n30 - by @17cupsofcoffee
Activity
kunos commentedon Jan 5, 2022
I'll pass for this month, wgpu port for Hydrofoil Generation is not done yet, nothing much to say.
Looking forward to write something for next newsletter.
Enet4 commentedon Jan 5, 2022
Absolutely! I already started working on the section.
CleanCut commentedon Jan 5, 2022
Er, December? 😄
I'll add a thing about the Rusty Engine 3.0 release!
CleanCut commentedon Jan 5, 2022
I don't see a
/content/news/29/index.md
file to add anything to. Who adds that?17cupsofcoffee commentedon Jan 5, 2022
@CleanCut: Whoops, that should have been done as part of #852 - I will raise a PR to add it now.
17cupsofcoffee commentedon Jan 5, 2022
Actually, I apparently have
source
branch powers, so I committed it directly (it's just a copy and paste of the template so hopefully @ozkriff won't be mad at me :p). Should be good to go now!CleanCut commentedon Jan 5, 2022
@17cupsofcoffee Thanks! Made my PR in #889
18 remaining items
kajiya
#903AngelOnFira commentedon Jan 9, 2022
No meeting minute updates for December!
anopara commentedon Jan 9, 2022
Hope I'm not late yet! I can write about
country-slice
country-slice
#905ozkriff commentedon Jan 12, 2022
Sorry for the delay, I'll try to prepare the final draft later today.
I guess no more contributions are coming at this point, so I'm taking all the unclaimed sections to either write their sections (if they have enough content) or put them into the Other News section as oneliners.
ozkriff commentedon Jan 19, 2022
Sorry for the delay, here's the release: https://gamedev.rs/news/029!