Skip to content

Commit 0c6fa69

Browse files
authored
N15: Initial draft (#314)
* template: Update intro * N15: Initial draft
1 parent 41f3666 commit 0c6fa69

File tree

2 files changed

+124
-4
lines changed

2 files changed

+124
-4
lines changed

content/posts/newsletter-015/index.md

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

newsletter-template.md

+12-4
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,26 @@ draft = true
66

77
<!-- Check the post with markdownlint-->
88

9-
Welcome to the {TODO}th issue of the Rust GameDev Workgroups
9+
Welcome to the {TODO}th issue of the Rust GameDev Workgroup's
1010
monthly newsletter.
11-
1211
[Rust] is a systems language pursuing the trifecta:
1312
safety, concurrency, and speed.
1413
These goals are well-aligned with game development.
15-
1614
We hope to build an inviting ecosystem for anyone wishing
1715
to use Rust in their development process!
1816
Want to get involved? [Join the Rust GameDev working group!][join]
1917

18+
You can follow the newsletter creation process
19+
by watching [the coordination issues][coordination].
20+
Want something mentioned in the next newsletter?
21+
[Send us a pull request][pr].
22+
Feel free to send PRs about your own projects!
23+
24+
[Rust]: https://rust-lang.org
25+
[join]: https://github.com/rust-gamedev/wg#join-the-fun
26+
[pr]: https://github.com/rust-gamedev/rust-gamedev.github.io
27+
[coordination]: https://github.com/rust-gamedev/rust-gamedev.github.io/issues?q=label%3Acoordination
28+
2029
[Rust]: https://rust-lang.org
2130
[join]: https://github.com/rust-gamedev/wg#join-the-fun
2231

@@ -30,7 +39,6 @@ Want to get involved? [Join the Rust GameDev working group!][join]
3039
- [Bonus](#bonus)
3140

3241
<!--
33-
8-12 important news with their own sections.
3442
Ideal section structure is:
3543
3644
```

0 commit comments

Comments
 (0)