Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9403336

Browse filesBrowse files
authored
Newsletter 10: Initial draft (rust-gamedev#140)
1 parent 9d9bd87 commit 9403336
Copy full SHA for 9403336

File tree

1 file changed

+123
-0
lines changed
Filter options

1 file changed

+123
-0
lines changed

‎content/posts/newsletter-010/index.md

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

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.