rust-gamedev / rust-gamedev.github.io

The repository for https://gamedev.rs
https://gamedev.rs
Apache License 2.0
391 stars 345 forks source link

Newsletter 50: April 2024 #1474

Closed github-actions[bot] closed 2 months ago

github-actions[bot] commented 2 months ago

Newsletter 50: April 2024

Editors: @janhohenheim, @AngelOnFira, and @mamaicode

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

Current Schedule

The deadline for all section PRs is the 28th of April, 2024

Any PRs submitted after this date will be moved to the next newsletter period. The target release date for this newsletter is the 3rd of May, 2024

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!

Game Updates

Learning Material Updates

Engine Updates

Tooling Updates

None yet. Feel free to submit yours!

Library Updates

Other News

Discussions

None yet. Feel free to submit yours!

Publishing Steps

How to Contribute

If you want to help writing the newsletter:

Style Guidelines

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

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
buxx commented 2 months ago

I will take the OpenCombat game update.

mamaicode commented 2 months ago

So happy we are back in game!

janhohenheim commented 2 months ago

@mamaicode agreed :D I'm currently writing a little call for submissions to spread on social media. Update: Done!

ChristopherBiscardi commented 2 months ago

Happy to see the newsletter running again!

I can write something up for my talk.

DrAlta commented 2 months ago

The deadline for a April issue is May 3rd. you have a time machine, or should that be the May issue?

Seldom-SE commented 2 months ago

The deadline for a April issue is May 3rd. you have a time machine, or should that be the May issue?

The April issue covers news that happened in April, but is released in May. That's not to say they don't have a time machine, though

janhohenheim commented 2 months ago

Exactly. The plan for next month is to start on the 3rd, have the deadline on the 28th and then release the newsletter and start the next call for submissions on the 3rd again :)

See #1482

ElhamAryanpur commented 2 months ago

Excited for this month! gonna start the video recording as soon as deadline reaches 💪🏼

Im-Oab commented 2 months ago

I have another SHMUP game that I am making after Flesh is released.

maciekglowka commented 2 months ago

Hi, I took the liberty of adding my little game that has recently been released ;)

ghenry commented 2 months ago

Hi all, saw this mentioned in the Hands On Rust book, but can't find how I sign up to the newsletter. Can someone kindly share the link? Thanks!

janhohenheim commented 2 months ago

@ghenry the newsletter itself is hosted on https://gamedev.rs and there's an RSS feed at https://gamedev.rs/rss.xml There's no email subscription yet. If you want to have the newsletter arrive in a Discord channel, I think there's something you could do by subscribing to another channel. Let me know if that is something you'd be interested in.

ghenry commented 2 months ago

Thanks. What do these guys use? https://this-week-in-rust.org/

Do you need a sponsor? I used to life feedburner for this type of thing.

ElhamAryanpur commented 2 months ago

@ghenry I think this week in rust gets their feed from reddit as well as I've seen several threads there. For newsletter, there are a lot of open source services that can handle email bulk push such as postal. Sendgrid, mailgun, postmark, ... works too

ElhamAryanpur commented 2 months ago

perhaps opening a new issue about it could get some eyes and possible implementations?

janhohenheim commented 2 months ago

That issue already exists since 5 years haha #24 I'd like to see this, but I haven't got the necessary knowledge or time to implement it. I'm very open to reviewing anything people might contribute ASAP though :)

ElhamAryanpur commented 2 months ago

oh I didn't notice that, it is possible and quite easy but main issue is IP being blocked by some services like google if enough people put it to spam. Thats why hosting services don't offer mail server DNS option. Linode used to allow it.

We can use something like mailchip, Sendgrid, mailgun, postmark, ... They are not open source but 100% can work. Can send email through GH action even

maciekglowka commented 2 months ago

Hi, I've just remembered that I also did recently some small write-up about issues related to Android targeting. I use some obsolete solutions like cargo-apk - so not sure it's all that relevant. But if you'd think it's useful I can also make a PR for that. https://maciejglowka.com/blog/building-games-for-android-with-rust/

janhohenheim commented 2 months ago

@maciekglowka yes please! That definitely looks relevant :)

maciekglowka commented 2 months ago

@maciekglowka yes please! That definitely looks relevant :)

Thanks, just added a relevant PR

janhohenheim commented 2 months ago

The first draft of the release is now done at https://github.com/rust-gamedev/rust-gamedev.github.io/pull/1496. Feedback is welcome :)