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 f7b6f60

Browse filesBrowse files
authored
Newsletter 12: Initial draft (rust-gamedev#202)
1 parent dde007e commit f7b6f60
Copy full SHA for f7b6f60

File tree

1 file changed

+135
-0
lines changed
Filter options

1 file changed

+135
-0
lines changed

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

Copy file name to clipboard
+135Lines changed: 135 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,135 @@
1+
+++
2+
title = "This Month in Rust GameDev #12 - July 2020"
3+
date = 2020-08-03
4+
transparent = true
5+
draft = true
6+
+++
7+
8+
Welcome to the twelfth 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+
<!-- Up to 10 links to interesting issues -->
72+
73+
## Meeting Minutes
74+
75+
<!-- Up to 10 most important notes + a link to the full details -->
76+
77+
[See all meeting issues][label-meeting] including full text notes
78+
or [join the next meeting][join].
79+
80+
[label-meeting]: https://github.com/rust-gamedev/wg/issues?q=label%3Ameeting
81+
82+
## Requests for Contribution
83+
84+
<!-- Links to "good first issue"-labels or direct links to specific tasks -->
85+
86+
- [Embark's open issues][embark-open-issues] ([embark.rs]);
87+
- [winit's "Good first issue" and “help wanted” issues][winit-issues];
88+
- [gfx-rs's "contributor-friendly" issues][gfx-issues];
89+
- [wgpu's "help wanted" issues][wgpu-help-wanted];
90+
- [luminance's "low hanging fruit" issues][luminance-fruits];
91+
- [ggez's "good first issue" issues][ggez-issues];
92+
- [Veloren's "beginner" issues][veloren-beginner];
93+
- [Amethyst's "good first issue" issues][amethyst-issues];
94+
- [A/B Street's "good first issue" issues][abstreet-issues];
95+
- [Mun's "good first issue" issues][mun-issues];
96+
97+
[embark.rs]: https://embark.rs
98+
[embark-open-issues]: https://github.com/search?q=user:EmbarkStudios+state:open
99+
[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
100+
[gfx-issues]: https://github.com/gfx-rs/gfx/issues?q=is%3Aissue+is%3Aopen+label%3Acontributor-friendly
101+
[wgpu-help-wanted]: https://github.com/gfx-rs/wgpu-rs/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22
102+
[luminance-fruits]: https://github.com/phaazon/luminance-rs/issues?q=is%3Aissue+is%3Aopen+label%3A%22low+hanging+fruit%22
103+
[ggez-issues]: https://github.com/ggez/ggez/labels/%2AGOOD%20FIRST%20ISSUE%2A
104+
[veloren-beginner]: https://gitlab.com/veloren/veloren/issues?label_name=beginner
105+
[amethyst-issues]: https://github.com/amethyst/amethyst/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22
106+
[abstreet-issues]: https://github.com/dabreegster/abstreet/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22
107+
[mun-issues]: https://github.com/mun-lang/mun/labels/good%20first%20issue
108+
109+
## Jobs
110+
111+
<!-- An optional section for new jobs related to Rust gamedev -->
112+
113+
## Bonus
114+
115+
<!-- Bonus section to make the newsletter more interesting
116+
and highlight events from the past. -->
117+
118+
Just an interesting Rust gamedev link from the past. :)
119+
120+
------
121+
122+
That's all news for today, thanks for reading!
123+
124+
Subscribe to [@rust_gamedev on Twitter][@rust_gamedev]
125+
or [/r/rust_gamedev subreddit][/r/rust_gamedev] if you want to receive fresh news!
126+
127+
<!--
128+
TODO: Add real links and un-comment once this post is published
129+
**Discussions of this post**:
130+
[/r/rust](TODO),
131+
[twitter](TODO).
132+
-->
133+
134+
[/r/rust_gamedev]: https://reddit.com/r/rust_gamedev
135+
[@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.