Skip to content

Commit bd6dac1

Browse files
authored
N14: Initial draft (#275)
* Newsletter 14: Initial draft * Update template
1 parent 5037d10 commit bd6dac1

File tree

2 files changed

+138
-9
lines changed

2 files changed

+138
-9
lines changed

content/posts/newsletter-014/index.md

+126
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,126 @@
1+
+++
2+
title = "This Month in Rust GameDev #14 - September 2020"
3+
date = 2020-10-05
4+
transparent = true
5+
draft = true
6+
+++
7+
8+
Welcome to the 14th 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+
Table of contents:
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+
- [Requests for Contribution](#requests-for-contribution)
35+
- [Jobs](#jobs)
36+
- [Bonus](#bonus)
37+
38+
<!--
39+
Ideal section structure is:
40+
41+
```
42+
### [Title]
43+
44+
![image/GIF description](image link)
45+
_image caption_
46+
47+
A paragraph or two with a summary and [useful links].
48+
49+
_Discussions:
50+
[/r/rust](https://reddit.com/r/rust/todo),
51+
[twitter](https://twitter.com/todo/status/123456)_
52+
53+
[Title]: https://first.link
54+
[useful links]: https://other.link
55+
```
56+
57+
Discussion links are added only if they contain
58+
some actual interesting discussions.
59+
60+
If needed, a section can be split into subsections with a "------" delimiter.
61+
-->
62+
63+
## Game Updates
64+
65+
## Learning Material Updates
66+
67+
## Library & Tooling Updates
68+
69+
## Popular Workgroup Issues in Github
70+
71+
## Requests for Contribution
72+
73+
<!-- Links to "good first issue"-labels or direct links to specific tasks -->
74+
75+
- [Embark's open issues][embark-open-issues] ([embark.rs]).
76+
- [winit's "Good first issue" and “help wanted” issues][winit-issues].
77+
- [gfx-rs's "contributor-friendly" issues][gfx-issues].
78+
- [wgpu's "help wanted" issues][wgpu-help-wanted].
79+
- [luminance's "low hanging fruit" issues][luminance-fruits].
80+
- [ggez's "good first issue" issues][ggez-issues].
81+
- [Veloren's "beginner" issues][veloren-beginner].
82+
- [Amethyst's "good first issue" issues][amethyst-issues].
83+
- [A/B Street's "good first issue" issues][abstreet-issues].
84+
- [Mun's "good first issue" issues][mun-issues].
85+
- [SIMple Mechanic's good first issues][simm-issues].
86+
- [Bevy's "good first issue" issues][bevy-issues].
87+
88+
[embark.rs]: https://embark.rs
89+
[embark-open-issues]: https://github.com/search?q=user:EmbarkStudios+state:open
90+
[winit-issues]: https://github.com/rust-windowing/winit/issues?utf8=✓&q=is%3Aissue+is%3Aopen+label%3A%22status%3A+help+wanted%22+label%3A%22Good+first+issue%22
91+
[gfx-issues]: https://github.com/gfx-rs/gfx/issues?q=is%3Aissue+is%3Aopen+label%3Acontributor-friendly
92+
[wgpu-help-wanted]: https://github.com/gfx-rs/wgpu-rs/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22
93+
[luminance-fruits]: https://github.com/phaazon/luminance-rs/issues?q=is%3Aissue+is%3Aopen+label%3A%22low+hanging+fruit%22
94+
[ggez-issues]: https://github.com/ggez/ggez/labels/%2AGOOD%20FIRST%20ISSUE%2A
95+
[veloren-beginner]: https://gitlab.com/veloren/veloren/issues?label_name=beginner
96+
[amethyst-issues]: https://github.com/amethyst/amethyst/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22
97+
[abstreet-issues]: https://github.com/dabreegster/abstreet/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22
98+
[mun-issues]: https://github.com/mun-lang/mun/labels/good%20first%20issue
99+
[simm-issues]: https://github.com/mkhan45/SIMple-Mechanics/labels/good%20first%20issue
100+
[bevy-issues]: https://github.com/bevyengine/bevy/labels/good%20first%20issue
101+
102+
## Jobs
103+
104+
<!-- An optional section for new jobs related to Rust gamedev -->
105+
106+
## Bonus
107+
108+
<!-- Bonus section to make the newsletter more interesting
109+
and highlight events from the past. -->
110+
111+
------
112+
113+
That's all news for today, thanks for reading!
114+
115+
Subscribe to [@rust_gamedev on Twitter][@rust_gamedev]
116+
or [/r/rust_gamedev subreddit][/r/rust_gamedev] if you want to receive fresh news!
117+
118+
<!--
119+
TODO: Add real links and un-comment once this post is published
120+
**Discussions of this post**:
121+
[/r/rust](TODO),
122+
[twitter](TODO).
123+
-->
124+
125+
[/r/rust_gamedev]: https://reddit.com/r/rust_gamedev
126+
[@rust_gamedev]: https://twitter.com/rust_gamedev

newsletter-template.md

+12-9
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,14 @@ Want to get involved? [Join the Rust GameDev working group!][join]
2020
[Rust]: https://rust-lang.org
2121
[join]: https://github.com/rust-gamedev/wg#join-the-fun
2222

23-
## News and Blog Posts
23+
- [Game Updates](#game-updates)
24+
- [Learning Material Updates](#learning-material-updates)
25+
- [Library & Tooling Updates](#library-tooling-updates)
26+
- [Popular Workgroup Issues in Github](#popular-workgroup-issues-in-github)
27+
- [Meeting Minutes](#meeting-minutes)
28+
- [Requests for Contribution](#requests-for-contribution)
29+
- [Jobs](#jobs)
30+
- [Bonus](#bonus)
2431

2532
<!--
2633
8-12 important news with their own sections.
@@ -45,15 +52,11 @@ _Discussions:
4552
If needed, a section can be split into subsections with a "------" delimiter.
4653
-->
4754

48-
### Other News
55+
## Game Updates
4956

50-
<!--
51-
Special section for other news (up to 15) in a one-liner format:
52-
- Main link,
53-
- short summary,
54-
- optional discussion links (in square brackets),
55-
- optional small image.
56-
-->
57+
## Learning Material Updates
58+
59+
## Library & Tooling Updates
5760

5861
## Popular Workgroup Issues in Github
5962

0 commit comments

Comments
 (0)