Skip to content

Commit d8527bf

Browse files
N22: Init (#634)
1 parent 076d73d commit d8527bf

File tree

1 file changed

+111
-0
lines changed

1 file changed

+111
-0
lines changed

content/news/022/index.md

Lines changed: 111 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,111 @@
1+
+++
2+
title = "This Month in Rust GameDev #22 - May 2021"
3+
date = 2021-06-01
4+
transparent = true
5+
draft = true
6+
+++
7+
8+
Welcome to the 22nd issue of the Rust GameDev Workgroup's
9+
monthly newsletter.
10+
[Rust] is a systems language pursuing the trifecta:
11+
safety, concurrency, and speed.
12+
These goals are well-aligned with game development.
13+
We hope to build an inviting ecosystem for anyone wishing
14+
to use Rust in their development process!
15+
Want to get involved? [Join the Rust GameDev working group!][join]
16+
17+
You can follow the newsletter creation process
18+
by watching [the coordination issues][coordination].
19+
Want something mentioned in the next newsletter?
20+
[Send us a pull request][pr].
21+
Feel free to send PRs about your own projects!
22+
23+
[Rust]: https://rust-lang.org
24+
[join]: https://github.com/rust-gamedev/wg#join-the-fun
25+
[pr]: https://github.com/rust-gamedev/rust-gamedev.github.io
26+
[coordination]: https://github.com/rust-gamedev/rust-gamedev.github.io/issues?q=label%3Acoordination
27+
28+
[Rust]: https://rust-lang.org
29+
[join]: https://github.com/rust-gamedev/wg#join-the-fun
30+
31+
- [Game Updates](#game-updates)
32+
- [Learning Material Updates](#learning-material-updates)
33+
- [Engine Updates](#engine-updates)
34+
- [Library & Tooling Updates](#library-tooling-updates)
35+
- [Popular Workgroup Issues in Github](#popular-workgroup-issues-in-github)
36+
- [Meeting Minutes](#meeting-minutes)
37+
- [Requests for Contribution](#requests-for-contribution)
38+
- [Jobs](#jobs)
39+
- [Bonus](#bonus)
40+
41+
<!--
42+
Ideal section structure is:
43+
```
44+
### [Title]
45+
![image/GIF description](image link)
46+
_Optional image caption_
47+
A paragraph or two with a summary and [useful links].
48+
_Discussions:
49+
[/r/rust](https://reddit.com/r/rust/todo),
50+
[twitter](https://twitter.com/todo/status/123456)_
51+
[Title]: https://first.link
52+
[useful links]: https://other.link
53+
```
54+
If needed, a section can be split into subsections with a "------" delimiter.
55+
-->
56+
57+
## Game Updates
58+
59+
## Engine Updates
60+
61+
## Learning Material Updates
62+
63+
## Library & Tooling Updates
64+
65+
## Popular Workgroup Issues in Github
66+
67+
<!-- Up to 10 links to interesting issues -->
68+
69+
## Meeting Minutes
70+
71+
<!-- Up to 10 most important notes + a link to the full details -->
72+
73+
[See all meeting issues][label_meeting] including full text notes
74+
or [join the next meeting][join].
75+
76+
[label_meeting]: https://github.com/rust-gamedev/wg/issues?q=label%3Ameeting
77+
78+
## Requests for Contribution
79+
80+
<!-- Links to "good first issue"-labels or direct links to specific tasks -->
81+
82+
## Jobs
83+
84+
<!-- An optional section for new jobs related to Rust gamedev -->
85+
86+
## Bonus
87+
88+
<!-- Bonus section to make the newsletter more interesting
89+
and highlight events from the past. -->
90+
91+
------
92+
93+
That's all news for today, thanks for reading!
94+
95+
Want something mentioned in the next newsletter?
96+
[Send us a pull request][pr].
97+
98+
Also, subscribe to [@rust_gamedev on Twitter][@rust_gamedev]
99+
or [/r/rust_gamedev subreddit][/r/rust_gamedev] if you want to receive fresh news!
100+
101+
<!--
102+
TODO: Add real links and un-comment once this post is published
103+
**Discuss this post on**:
104+
[/r/rust](TODO),
105+
[Twitter](TODO),
106+
[Discord](https://discord.gg/yNtPTb2).
107+
-->
108+
109+
[/r/rust_gamedev]: https://reddit.com/r/rust_gamedev
110+
[@rust_gamedev]: https://twitter.com/rust_gamedev
111+
[pr]: https://github.com/rust-gamedev/rust-gamedev.github.io

0 commit comments

Comments
 (0)