Skip to content

Commit 249c1ae

Browse files
authored
Newsletter 11: Initial draft (#171)
1 parent b83036c commit 249c1ae

File tree

1 file changed

+138
-0
lines changed

1 file changed

+138
-0
lines changed

content/posts/newsletter-011/index.md

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

0 commit comments

Comments
 (0)