Skip to content

Commit c67106b

Browse files
Newsletter N52 for June 2024 (#1522)
Co-authored-by: janhohenheim <[email protected]>
1 parent 866f8d7 commit c67106b

File tree

1 file changed

+150
-0
lines changed

1 file changed

+150
-0
lines changed

Diff for: content/news/052/index.md

+150
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,150 @@
1+
+++
2+
title = "This Month in Rust GameDev #52 - June 2024"
3+
transparent = true
4+
date = 2024-07-03
5+
draft = true
6+
+++
7+
8+
<!-- no toc -->
9+
10+
<!-- Check the post with markdownlint-->
11+
12+
Welcome to the 52th issue of the Rust GameDev Workgroup's
13+
monthly newsletter.
14+
[Rust] is a systems language pursuing the trifecta:
15+
safety, concurrency, and speed.
16+
These goals are well-aligned with game development.
17+
We hope to build an inviting ecosystem for anyone wishing
18+
to use Rust in their development process!
19+
Want to get involved? [Join the Rust GameDev working group!][join]
20+
21+
You can follow the newsletter creation process
22+
by watching [the coordination issues][coordination].
23+
Want something mentioned in the next newsletter?
24+
[Send us a pull request][pr].
25+
Feel free to send PRs about your own projects!
26+
27+
[Rust]: https://rust-lang.org
28+
[join]: https://github.com/rust-gamedev/wg#join-the-fun
29+
[pr]: https://github.com/rust-gamedev/rust-gamedev.github.io
30+
[coordination]: https://github.com/rust-gamedev/rust-gamedev.github.io/issues?q=label%3Acoordination
31+
32+
- [Announcements](#announcements)
33+
- [Game Updates](#game-updates)
34+
- [Engine Updates](#engine-updates)
35+
- [Learning Material Updates](#learning-material-updates)
36+
- [Tooling Updates](#tooling-updates)
37+
- [Library Updates](#library-updates)
38+
- [Popular Workgroup Issues in GitHub](#popular-workgroup-issues-in-github)
39+
- [Other News](#other-news)
40+
- [Meeting Minutes](#meeting-minutes)
41+
- [Discussions](#discussions)
42+
- [Requests for Contribution](#requests-for-contribution)
43+
- [Jobs](#jobs)
44+
- [Bonus](#bonus)
45+
- [Future news](#future-news)
46+
47+
<!--
48+
Ideal section structure is:
49+
50+
```
51+
### [Title]
52+
53+
![image/GIF description](image link)
54+
_image caption_
55+
56+
A paragraph or two with a summary and [useful links].
57+
58+
_Discussions:
59+
[/r/rust](https://reddit.com/r/rust/todo),
60+
[twitter](https://twitter.com/todo/status/123456)_
61+
62+
[Title]: https://first.link
63+
[useful links]: https://other.link
64+
```
65+
66+
If needed, a section can be split into subsections with a "------" delimiter.
67+
-->
68+
69+
## Announcements
70+
71+
## Game Updates
72+
73+
## Engine Updates
74+
75+
## Learning Material Updates
76+
77+
## Tooling Updates
78+
79+
## Library Updates
80+
81+
## Popular Workgroup Issues in GitHub
82+
83+
<!-- Up to 10 links to interesting issues -->
84+
85+
## Other News
86+
87+
<!-- One-liners for plan items that haven't got their own sections. -->
88+
89+
## Meeting Minutes
90+
91+
<!-- Up to 10 most important notes + a link to the full details -->
92+
93+
[See all meeting issues][label_meeting] including full text notes
94+
or [join the next meeting][join].
95+
96+
[label_meeting]: https://github.com/rust-gamedev/wg/issues?q=label%3Ameeting
97+
98+
## Discussions
99+
100+
<!-- Links to handpicked reddit/twitter/urlo/etc threads that provide
101+
useful information -->
102+
103+
## Requests for Contribution
104+
105+
<!-- Links to "good first issue"-labels or direct links to specific tasks -->
106+
107+
## Jobs
108+
109+
<!-- An optional section for new jobs related to Rust gamedev -->
110+
111+
## Bonus
112+
113+
<!-- Bonus section to make the newsletter more interesting
114+
and highlight events from the past. -->
115+
116+
## Future news
117+
118+
<!-- Section to get more people involved in writing news. -->
119+
120+
Editing this newsletter wouldn't be possible without [your contributions][news_current_prs].
121+
Thanks to everyone who helped us this month!
122+
123+
If you want something mentioned in the next newsletter, [send us a pull request][pr].
124+
125+
You can also get an early look at pending issues for the [next newsletter][news_future_prs].
126+
127+
[news_current_prs]: https://github.com/rust-gamedev/rust-gamedev.github.io/pulls?q=is%3Apr+in%3Atitle+%27N52%27
128+
[news_future_prs]: https://github.com/rust-gamedev/rust-gamedev.github.io/pulls?q=is%3Apr+in%3Atitle+%27N53%27
129+
130+
------
131+
132+
That's all news for today, thanks for reading!
133+
134+
Also, subscribe to our socials if you want to receive fresh news!
135+
- X/Twitter: [@rust_gamedev][@x_rust_gamedev]
136+
- Mastodon: [@rust_gamedev][@mastodon_rust_gamedev]
137+
- Reddit: [/r/rust_gamedev][/r/rust_gamedev]
138+
139+
<!--
140+
TODO: Add real links and un-comment once this post is published
141+
**Discuss this post on**:
142+
[/r/rust_gamedev](TODO),
143+
[Mastodon](TODO),
144+
[Twitter](TODO),
145+
[Discord](https://discord.gg/yNtPTb2).
146+
-->
147+
148+
[/r/rust_gamedev]: https://reddit.com/r/rust_gamedev
149+
[@x_rust_gamedev]: https://twitter.com/rust_gamedev
150+
[@mastodon_rust_gamedev]: https://mastodon.gamedev.place/@rust_gamedev

0 commit comments

Comments
 (0)