Skip to content

Commit 4165fa6

Browse files
authored
Newsletter 9: Initial draft (#112)
1 parent b71e841 commit 4165fa6

File tree

1 file changed

+119
-0
lines changed

1 file changed

+119
-0
lines changed

content/posts/newsletter-009/index.md

Lines changed: 119 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,119 @@
1+
+++
2+
title = "This Month in Rust GameDev #9 - April 2020"
3+
date = 2020-05-04
4+
transparent = true
5+
draft = true
6+
+++
7+
8+
<!-- markdownlint-disable no-trailing-punctuation -->
9+
10+
Welcome to the ninth issue of the Rust GameDev Workgroup’s
11+
monthly newsletter.
12+
13+
[Rust] is a systems language pursuing the trifecta:
14+
safety, concurrency, and speed.
15+
These goals are well-aligned with game development.
16+
17+
We hope to build an inviting ecosystem for anyone wishing
18+
to use Rust in their development process!
19+
Want to get involved? [Join the Rust GameDev working group!][join]
20+
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+
29+
<!--
30+
Ideal section structure is:
31+
32+
```
33+
### [Title]
34+
35+
![image/GIF description](image link)
36+
37+
A paragraph or two with a summary and [useful links].
38+
39+
_Discussions:
40+
[/r/rust](https://reddit.com/r/rust/todo),
41+
[twitter](https://twitter.com/todo/status/123456)_
42+
43+
[Title]: https://first.link
44+
[useful links]: https://other.link
45+
```
46+
47+
Discussion links are added only if they contain
48+
some actual interesting discussions.
49+
50+
If needed, a section can be split into subsections with a "------" delimiter.
51+
-->
52+
53+
## Game Updates
54+
55+
## Library & Tooling Updates
56+
57+
## Popular Workgroup Issues in Github
58+
59+
<!-- Up to 10 links to interesting issues -->
60+
61+
## Meeting Minutes
62+
63+
<!-- Up to 10 most important notes + a link to the full details -->
64+
65+
[See all meeting issues][label_meeting] including full text notes
66+
or [join the next meeting][join].
67+
68+
[label_meeting]: https://github.com/rust-gamedev/wg/issues?q=label%3Ameeting
69+
70+
## Requests for Contribution
71+
72+
<!-- Links to "good first issue"-labels or direct links to specific tasks -->
73+
74+
- [Embark's open issues][embark-open-issues] ([embark.rs]);
75+
- [winit's "Good first issue" and “help wanted” issues][winit-issues];
76+
- [gfx-rs's "contributor-friendly" issues][gfx-issues];
77+
- [wgpu's "help wanted" issues][wgpu-help-wanted];
78+
- [luminance's "low hanging fruit" issues][luminance-fruits];
79+
- [ggez's "good first issue" issues][ggez-issues];
80+
- [Veloren's "beginner" issues][veloren-beginner];
81+
- [Amethyst's "good first issue" issues][amethyst-issues];
82+
- [A/B Street's "good first issue" issues][abstreet-issues];
83+
- [Mun's "good first issue" issues][mun-issues];
84+
85+
[embark.rs]: https://embark.rs
86+
[embark-open-issues]: https://github.com/search?q=user:EmbarkStudios+state:open
87+
[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
88+
[gfx-issues]: https://github.com/gfx-rs/gfx/issues?q=is%3Aissue+is%3Aopen+label%3Acontributor-friendly
89+
[wgpu-help-wanted]: https://github.com/gfx-rs/wgpu-rs/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22
90+
[luminance-fruits]: https://github.com/phaazon/luminance-rs/issues?q=is%3Aissue+is%3Aopen+label%3A%22low+hanging+fruit%22
91+
[ggez-issues]: https://github.com/ggez/ggez/labels/%2AGOOD%20FIRST%20ISSUE%2A
92+
[veloren-beginner]: https://gitlab.com/veloren/veloren/issues?label_name=beginner
93+
[amethyst-issues]: https://github.com/amethyst/amethyst/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22
94+
[abstreet-issues]: https://github.com/dabreegster/abstreet/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22
95+
[mun-issues]: https://github.com/mun-lang/mun/labels/good%20first%20issue
96+
97+
## Bonus
98+
99+
<!-- Bonus section to make the newsletter more interesting
100+
and highlight events from the past. -->
101+
102+
Just an interesting Rust gamedev link from the past. :)
103+
104+
------
105+
106+
That's all news for today, thanks for reading!
107+
108+
Subscribe to [@rust_gamedev on Twitter][@rust_gamedev]
109+
or [/r/rust_gamedev subreddit][/r/rust_gamedev] if you want to receive fresh news!
110+
111+
<!--
112+
TODO: Add real links and un-comment once this post is published
113+
**Discussions of this post**:
114+
[/r/rust](TODO),
115+
[twitter](TODO).
116+
-->
117+
118+
[/r/rust_gamedev]: https://reddit.com/r/rust_gamedev
119+
[@rust_gamedev]: https://twitter.com/rust_gamedev

0 commit comments

Comments
 (0)