Skip to content

Commit b4fc062

Browse files
authored
Newsletter 6: Initial draft (rust-gamedev#54)
1 parent f802483 commit b4fc062

File tree

1 file changed

+113
-0
lines changed

1 file changed

+113
-0
lines changed

content/posts/newsletter-006/index.md

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

0 commit comments

Comments
 (0)