Skip to content

Commit ea9eaaf

Browse files
N29: Create draft file
1 parent 0baac49 commit ea9eaaf

File tree

1 file changed

+133
-0
lines changed

1 file changed

+133
-0
lines changed

content/news/029/index.md

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

0 commit comments

Comments
 (0)