-
Notifications
You must be signed in to change notification settings - Fork 343
Newsletter N50 for April 2024 #1473
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,135 @@ | ||
+++ | ||
title = "This Month in Rust GameDev #50 - April 2024" | ||
transparent = true | ||
date = 2024-{{ NEWSLETTER_NEXT_MONTH_NUMBER }}-03 | ||
AngelOnFira marked this conversation as resolved.
Show resolved
Hide resolved
|
||
draft = true | ||
+++ | ||
|
||
<!-- no toc --> | ||
|
||
<!-- Check the post with markdownlint--> | ||
|
||
Welcome to the 50th issue of the Rust GameDev Workgroup's | ||
monthly newsletter. | ||
[Rust] is a systems language pursuing the trifecta: | ||
safety, concurrency, and speed. | ||
These goals are well-aligned with game development. | ||
We hope to build an inviting ecosystem for anyone wishing | ||
to use Rust in their development process! | ||
Want to get involved? [Join the Rust GameDev working group!][join] | ||
|
||
You can follow the newsletter creation process | ||
by watching [the coordination issues][coordination]. | ||
Want something mentioned in the next newsletter? | ||
[Send us a pull request][pr]. | ||
Feel free to send PRs about your own projects! | ||
|
||
[Rust]: https://rust-lang.org | ||
[join]: https://github.com/rust-gamedev/wg#join-the-fun | ||
[pr]: https://github.com/rust-gamedev/rust-gamedev.github.io | ||
[coordination]: https://github.com/rust-gamedev/rust-gamedev.github.io/issues?q=label%3Acoordination | ||
|
||
- [Announcements](#announcements) | ||
- [Game Updates](#game-updates) | ||
- [Engine Updates](#engine-updates) | ||
- [Learning Material Updates](#learning-material-updates) | ||
- [Tooling Updates](#tooling-updates) | ||
- [Library Updates](#library-updates) | ||
- [Popular Workgroup Issues in GitHub](#popular-workgroup-issues-in-github) | ||
- [Other News](#other-news) | ||
- [Meeting Minutes](#meeting-minutes) | ||
- [Discussions](#discussions) | ||
- [Requests for Contribution](#requests-for-contribution) | ||
- [Jobs](#jobs) | ||
- [Bonus](#bonus) | ||
|
||
<!-- | ||
Ideal section structure is: | ||
|
||
``` | ||
### [Title] | ||
|
||
 | ||
_image caption_ | ||
|
||
A paragraph or two with a summary and [useful links]. | ||
|
||
_Discussions: | ||
[/r/rust](https://reddit.com/r/rust/todo), | ||
[twitter](https://twitter.com/todo/status/123456)_ | ||
|
||
[Title]: https://first.link | ||
[useful links]: https://other.link | ||
``` | ||
|
||
If needed, a section can be split into subsections with a "------" delimiter. | ||
--> | ||
|
||
## Announcements | ||
|
||
## Game Updates | ||
|
||
## Engine Updates | ||
|
||
## Learning Material Updates | ||
|
||
## Tooling Updates | ||
|
||
## Library Updates | ||
|
||
## Popular Workgroup Issues in GitHub | ||
|
||
<!-- Up to 10 links to interesting issues --> | ||
|
||
## Other News | ||
|
||
<!-- One-liners for plan items that haven't got their own sections. --> | ||
|
||
## Meeting Minutes | ||
|
||
<!-- Up to 10 most important notes + a link to the full details --> | ||
|
||
[See all meeting issues][label_meeting] including full text notes | ||
or [join the next meeting][join]. | ||
|
||
[label_meeting]: https://github.com/rust-gamedev/wg/issues?q=label%3Ameeting | ||
|
||
## Discussions | ||
|
||
<!-- Links to handpicked reddit/twitter/urlo/etc threads that provide | ||
useful information --> | ||
|
||
## Requests for Contribution | ||
|
||
<!-- Links to "good first issue"-labels or direct links to specific tasks --> | ||
|
||
## Jobs | ||
|
||
<!-- An optional section for new jobs related to Rust gamedev --> | ||
|
||
## Bonus | ||
|
||
<!-- Bonus section to make the newsletter more interesting | ||
and highlight events from the past. --> | ||
|
||
------ | ||
|
||
That's all news for today, thanks for reading! | ||
|
||
Want something mentioned in the next newsletter? | ||
[Send us a pull request][pr]. | ||
|
||
Also, subscribe to [@rust_gamedev on Twitter][@rust_gamedev] | ||
or [/r/rust_gamedev subreddit][/r/rust_gamedev] if you want to receive fresh news! | ||
|
||
<!-- | ||
TODO: Add real links and un-comment once this post is published | ||
**Discuss this post on**: | ||
[/r/rust_gamedev](TODO), | ||
[Mastodon](TODO), | ||
[Twitter](TODO), | ||
[Discord](https://discord.gg/yNtPTb2). | ||
--> | ||
|
||
[/r/rust_gamedev]: https://reddit.com/r/rust_gamedev | ||
[@rust_gamedev]: https://twitter.com/rust_gamedev |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.