Skip to content

Newsletter 31 - February 2022 #949

Closed
@AngelOnFira

Description

@AngelOnFira
Member

Newsletter 31: February 2022

tags: newsletter

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

Another month has gone by, so it's time to put together the Rust Gamedev newsletter with February 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 6th of Mar. PRs will usually be accepted as long as they are ready before the newsletter's release, but the earlier the better :)


⚠️ The most important formatting/style rules from CONTRIBUTING.md:

  • 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]

![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 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 Video Showcase Form - ✔️done
    Rust GameDev Meetup - ✔️done
  • Game Updates
    • Dom Williams's "name-needed" (1, 2, 3) - ✔️done
    • dis-order (1, 2) - ✔️done
    • Molecoole (1) - ✔️done
    • Veloren - ✔️done
    • Fish Fight (1, 2) - 🆓free (@erlend-sh?)
    • vange-rs: emscripten (1, 2) - 🆓free (@caiiiycuk?)
    • makiomino.fun (1, 2, 3) - 🆓free
    • country-slice (1) - 🆓free (@anopara?)
    • Flesh (1) - 🆓free (@Im-Oab?)
  • Learning Material Updates
    • Bevy Minesweeper Tutorial (1, 2) - ✔️done
    • Computing image filters with wgpu-rs (1) - ✔️done
    • Exporting godot-rust to Android APK on Windows without Android Studio (1, 2) - ✔️done
    • Actor pattern with async (1, 2) - ✔️done(@sorokya?)
    • supercharge your web with 3D capabilities by using Rust and Bevy (1) - ✔️done
    • Rustenstein 3D: Game programming like it's 1992 (1) - 🆓free (@facundoolano?)
    • Making a 3D Super Munchers Clone with Bevy (1) - 🆓free (@camsjams?)
    • Vulkan with Rust by example (1, 2) @nikitablack?
  • Engine Updates
    • bevy jam 1 (1) - ✔️done
    • dims (1, 2, 3) - ✔️done
    • fyrox/rg3d (1) - 🆓free (@mrDIMAS?)
    • Hotham VR Engine demo (1, 2, 3) - 🆓free (@leetvr?)
    • godot-rust (1, 2) - 🆓free (@Bromeon?)
  • Tooling Updates
  • Library Updates
    • Sparsey 0.7 (1) - ✔️done
    • vach (1) - ✔️done
    • notan (1, 2) - ✔️done
    • egui (1, 2) - 🆓free (@emilk?)
    • sparticles-rs (1, 2) - 🆓free (@Norlock?)
    • blender_bevy_toolkit (1, 2) - 🆓free (@sdfgeoff?)
  • Discussions (1, 2) - ✔️done
    Jobs

Final steps:

  • Other News - by @AngelOnFira
    Final review - by everyone
    Publish - by @AngelOnFira
    Post on /r/rust, /r/rust_gamedev, /r/gamedev, URLO, twitter.com/rust_gamedev - by @AngelOnFira
    Add comment links - by @AngelOnFira
    Add a draft of the n31 - by @AngelOnFira

Activity

DomWilliams0

DomWilliams0 commented on Mar 2, 2022

@DomWilliams0
Contributor

I've opened #950 for my game Name Needed

AlbinSjoegren

AlbinSjoegren commented on Mar 2, 2022

@AlbinSjoegren
Contributor

I would like to do SPV again this month but not sure if it goes under tooling or library. It is both in a way, the crate version is currently the main "content" in the project the GUI version is just a basic implementation of that content. It's up to you really.

Im-Oab

Im-Oab commented on Mar 2, 2022

@Im-Oab
Contributor

I will skip this month. ‘Flesh’ doesn’t have any updates that I can show.

Bromeon

Bromeon commented on Mar 2, 2022

@Bromeon
Contributor

We will skip godot-rust this time.

LechintanTudor

LechintanTudor commented on Mar 3, 2022

@LechintanTudor
Contributor

I'll take Sparsey

cart

cart commented on Mar 3, 2022

@cart
Contributor

I'll take Bevy Jam.

Hilku

Hilku commented on Mar 3, 2022

@Hilku
Contributor

I'll take Molecoole

lukors

lukors commented on Mar 3, 2022

@lukors
Contributor

When are the soft and/or hard deadlines?

AngelOnFira

AngelOnFira commented on Mar 4, 2022

@AngelOnFira
MemberAuthor

@lukors Just updated the issue details, I've set it to the 6th of March :)

AlbinSjoegren

AlbinSjoegren commented on Mar 4, 2022

@AlbinSjoegren
Contributor

I would like to do SPV again this month but not sure if it goes under tooling or library. It is both in a way, the crate version is currently the main "content" in the project the GUI version is just a basic implementation of that content. It's up to you really.

@AngelOnFira

AngelOnFira

AngelOnFira commented on Mar 5, 2022

@AngelOnFira
MemberAuthor

@AlbinSjoegren let's do tooling, it looks like that's what it was in the past, so it should be good there. The lines are a bit blurred for some projects.

46 remaining items

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @Im-Oab@Bromeon@17cupsofcoffee@DomWilliams0@lukors

        Issue actions

          Newsletter 31 - February 2022 · Issue #949 · rust-gamedev/rust-gamedev.github.io