Skip to content

Commit af3e6de

Browse files
authored
Newsletter 6 (#59)
1 parent ebf10f6 commit af3e6de

36 files changed

+1034
-10
lines changed
177 KB
Loading
307 KB
Loading
276 KB
Loading
73.5 KB
Loading
216 KB
Loading
151 KB
Loading
527 KB
Loading
Loading

content/posts/newsletter-006/cows.png

323 KB
Loading

content/posts/newsletter-006/dash.gif

544 KB
Loading
1010 KB
Loading
Loading

content/posts/newsletter-006/index.md

Lines changed: 891 additions & 10 deletions
Large diffs are not rendered by default.
51.5 KB
Loading
Loading
3.08 KB
Loading
21.3 KB
Loading
279 KB
Loading
43.2 KB
Loading
Lines changed: 26 additions & 0 deletions
Loading

content/posts/newsletter-006/q3.jpeg

54.2 KB
Loading

content/posts/newsletter-006/rad.png

27.4 KB
Loading
29.9 KB
Loading
109 KB
Loading
7.13 KB
Loading
205 KB
Loading
Loading
165 KB
Loading
742 KB
Loading
302 KB
Loading
297 KB
Loading
5.64 KB
Loading
-1.45 MB
Loading
318 KB
Loading
Loading

content/posts/newsletter-007/index.md

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

0 commit comments

Comments
 (0)