Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Newsletter 34 - May 2022 #1033

Closed
60 tasks done
ozkriff opened this issue May 27, 2022 · 23 comments
Closed
60 tasks done

Newsletter 34 - May 2022 #1033

ozkriff opened this issue May 27, 2022 · 23 comments
Assignees
Labels
coordination help wanted Extra attention is needed

Comments

@ozkriff
Copy link
Member

ozkriff commented May 27, 2022

Newsletter 34: May 2022

tags: newsletter

Editors: @ozkriff, @17cupsofcoffee, and @AngelOnFira

Another month has gone by, so it's time to put together the Rust Gamedev newsletter with May's news!

Current Schedule

The deadline for all section PRs is 2022.05.31.

We may still accept PRs that are submitted later than this, as long as they're ready before the newsletter's release, but this isn't guaranteed. If you want your section to be included, don't leave it till the last minute!

How to Contribute

If you want to help writing the newsletter:

  • Read CONTRIBUTING.md.
  • Choose one or more of the "🆓 free" sections listed below, and leave a comment letting us know you want to work on them.
    • The links in brackets (like "1, 2, 3") are suggestions of links to include in the section. Feel free to add more!
    • The username listed next to the section (like "@ozkriff?") is a suggestion of who may want to pick up the work (usually the project's developer, or someone who has expressed interest in the past).
    • You are not obligated to write a section if you're tagged or your project is listed! You're welcome to ask someone else to write the section, or to ask for your project to be excluded from this month's post.
    • Extra sections not listed in the plan are welcomed - just leave a comment and open a PR!
  • Write a short overview in the newsletter's Markdown file, making sure to follow the style guidelines (see below).
  • 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.

Style Guidelines

The full style guide is in CONTRIBUTING.md, but here are the most important rules:

  • Write in third-person perspective.
  • Each line must be 80 characters or less, for ease of reviewing/diffing.
  • Only one image per section is allowed.
    • The maximum size is 300kb for static images and 2.5mb for GIFs.
    • The image should come before the text, and must have alt text for accessibility.
    • Prefer static images to GIFs, to keep the page load times down.
  • Each section should be under 1000 characters, and under 6 paragraphs.
    • This only applies to the rendered text, not the markup.
  • Keep formatting minimal - no bold/italics/etc.
  • Avoid long/nested bullet point lists - no changelogs!

Please use these templates as a starting point:

Games/apps/libraries:

### [Game name]

![alt text](img)
_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]

![alt text](img)
_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 our current planned structure for the newsletter, and the status of each PR (which we'll try to keep updated).

This is not an exhaustive list - if you have your own project that you want to write about, just make a comment on this issue and open a PR!

Announcements

Game Updates

Learning Material Updates

  • rustacean-station 66 (1) - ✔️ done by @ozkriff
  • Bevy Cheatbook: GPU section (1, 2) - 🆓 free (@inodentry?)
  • Video: Basic Shaders with Bevy (1) - ✔️ done by @mwbryant
  • Rusteroids tutorial series (1) - ✔️ done by @filtoid
  • A NixOS flake for Rust, egui, and OpenGL (1) - 🆓 free (@scvalex?)
  • Comparing a Voxel Game in F# and Rust (1) - ✔️ done by @AngelOnFira
  • Let's Code Snake with Rust and WASM (1) - 🆓 free (@yishn?)
  • Bevy Basics video series (1) - 🆓 free (@PhaestusFox?)
  • GFS: Rust Game Development in 2022 (1) - ✔️ done by @ozkriff
  • Lightning Talk: Wasmcloud + Bevy ECS (1, 2)) - ✔️ done by @alanpoon
  • Multiplayer Game Development in Rust (1, 2) - ✔️ done by @ozkriff
  • Video: Starting a new 2d platformer with ECS (1) - ✔️ done by @ChristopherBiscardi
  • Audio Libraries Considered Challenging (1) - ✔️ done by @ozkriff

Engine Updates

Tooling Updates

Library Updates

  • egui 0.18 (1) - 🆓 free (@emilk?)
  • bevy_egui 0.14 (1) - 🆓 free (@mvlabat?)
  • bevy_puffin (1) - 🆓 free (@mvlabat?)
  • puffin_egui 0.15.0 (1) - 🆓 free (@emilk?)
  • bevy_silk 0.1,0.2 (1, 2, 3, 4) - ✔️ done by @ManevilleF
  • bevy_scripting (1) - ✔️ done by @makspll
  • bevy-pigeon (1, 2, 3) - - [x] Audio Libraries Considered Challenging (1) - ✔️ done by @ozkriff
  • bevy_kira_audio v0.10 (1) - ✔️ done by @NiklasEi
  • bevy_rosc (1) - 🆓 free (@DrLuke?)
  • bevy_asset_loader v0.11 (1, 2) - ✔️ done by @NiklasEi
  • mmap_cache (1) - 🆓 free (@bonsairobo?)
  • bustsuri (1) - 🆓 free (@NemuiSen?)
  • glyphon (1) - 🆓 free (@?grovesNL)
  • notan v0.4 (1, 2) - ✔️ done by @Nazariglez
  • stretch2/sprawl (1, 2, 3) - 🆓 free (@alice-i-cecile?)
  • crevice v0.10 (1) - 🆓 free (@LPGhatguy?)
  • Sparsey 0.8 (1) - ✔️ done by @LechintanTudor

Other News

Discussions

Jobs

Publishing Steps

  • Final review - by everyone
  • Publish - by @ozkriff
  • Post on /r/rust, /r/rust_gamedev, /r/gamedev, URLO, twitter.com/rust_gamedev - by @ozkriff
  • Pin thread on Twitter - by @ozkriff
  • Add comment links - by @ozkriff
  • Add a draft of next month's newsletter - 🚧 WIP by @ozkriff
@ozkriff ozkriff added help wanted Extra attention is needed coordination labels May 27, 2022
@ozkriff ozkriff self-assigned this May 27, 2022
@ChristopherBiscardi
Copy link
Contributor

Happy to take on the piece for "Video: Starting a new 2d platformer with ECS".

@flukejones
Copy link
Contributor

I can write about rusty doom (room4doom) I guess.
The repo is here, and mirrored here

@filtoid
Copy link
Contributor

filtoid commented May 28, 2022 via email

@orhun
Copy link
Contributor

orhun commented May 28, 2022

Hey, I just saw that my battleship game is on the list. Do I need to submit a PR to add it to this months newsletter or is it going to be in the "Other" section or something?

@ozkriff
Copy link
Member Author

ozkriff commented May 28, 2022

@orhun yeah, you're welcome to submit a PR!
(the "Other News" section is for stuff that no one has written about)

@makspll
Copy link
Contributor

makspll commented May 28, 2022

Happy to write about bevy_mod_scripting, thanks for the shoutout!

@4JX
Copy link

4JX commented May 28, 2022

Can I delay the mention of my project for a future issue? I feel it's not quite ready for prime-time yet.

@mwbryant
Copy link
Contributor

I can handle my bevy shader videos, I actually just finished the 3 part series so it will fit nicely

@ozkriff
Copy link
Member Author

ozkriff commented May 29, 2022

@4JX sure! removed from the current plan.

@kunos
Copy link
Contributor

kunos commented May 29, 2022

will add a section on Hydrofoil Generation

flukejones added a commit to flukejones/rust-gamedev.github.io that referenced this issue May 29, 2022
flukejones added a commit to flukejones/rust-gamedev.github.io that referenced this issue May 29, 2022
@shnewto
Copy link
Contributor

shnewto commented May 30, 2022

👋 I've got a blurb for limbo pass I'll PR shortly

@allenwyma
Copy link

Am I supposed to do something?

@h3r2tic
Copy link
Contributor

h3r2tic commented May 31, 2022

❤️ I'll do a kajiya one next month instead -- I was hoping to release a major update in the past few days, but it's gonna slip until the next weekend instead, thus June.

@gavlig
Copy link

gavlig commented May 31, 2022

I'll hopefully contribute with Gryazevichki for the next issue. At this stage i only have a few gifs of wip stuff but nothing is finished or ready for viewing yet. and the old published version is not worth another article imho.

@ozkriff
Copy link
Member Author

ozkriff commented May 31, 2022

@h3r2tic @gavlig sure, removed from the current plan!

@HangingClowns you're invited to contribute a section about https://rustacean-station.org/episode/066-eric-smith podcast episode if you want. If no one volunteers to write about it, it'll be mentioned only as a one-liner in the "Other news" section (example).

@ozkriff
Copy link
Member Author

ozkriff commented May 31, 2022

⏰ Reminder that the soft deadline for contributor PRs is today as we're aiming to get the newsletter released in a couple of days.

The deadline for all section PRs is 2022.05.31. We may still accept PRs that are submitted later than this, as long as they're ready before the newsletter's release, but this isn't guaranteed. If you want your section to be included, don't leave it till the last minute!

@AngelOnFira
Copy link
Member

Taking "Comparing a Voxel Game in F# and Rust"

@cdsupina
Copy link
Contributor

cdsupina commented Jun 3, 2022

I just got back from vacation, I wanted to leave an update on the status of the rustconf arcade cabinet. Since it ended up in the announcements section for n33 I was going to place it there.

@Nazariglez
Copy link
Contributor

Just added Notan, thanks!

@64kramsystem
Copy link
Contributor

64kramsystem commented Jun 7, 2022

Hi there!

I have two entries I'd like to add:

  1. I've just today completed my project of porting several (small but complete) games to Rust, each using a different pure-Rust game engine, for educational purposes;
  2. My work in progress tutorial about Bevy's ECS.

Should I add them, or wait for the next month (or Godot? 😁)

@AngelOnFira
Copy link
Member

AngelOnFira commented Jun 8, 2022

@64kramsystem feel free to add the sections (if you can do them quickly), it's normally ok until we get to the final review phase :)

@ozkriff ozkriff mentioned this issue Jun 8, 2022
@ozkriff
Copy link
Member Author

ozkriff commented Jun 8, 2022

Final PR - #1060 - everyone is invited to review! Merging in few hours if there're no objections.

@ozkriff
Copy link
Member Author

ozkriff commented Jun 8, 2022

It's out! Huge thanks to all editors, contributors, and reviewers!

🎉 https://gamedev.rs/news/034 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
coordination help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests