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 d8a7963

Browse filesBrowse files
authored
Newsletter 13: Initial draft (rust-gamedev#230)
1 parent c3f3dd8 commit d8a7963
Copy full SHA for d8a7963

File tree

1 file changed

+133
-0
lines changed
Filter options

1 file changed

+133
-0
lines changed

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

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