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 02f384b

Browse filesBrowse files
authored
Newsletter 3: Initial draft (rust-gamedev#28)
1 parent 3446447 commit 02f384b
Copy full SHA for 02f384b

File tree

1 file changed

+104
-0
lines changed
Filter options

1 file changed

+104
-0
lines changed

‎_drafts/newsletter-003.md

Copy file name to clipboard
+104Lines changed: 104 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,104 @@
1+
---
2+
title: "This Month in Rust GameDev #3 - October 2019"
3+
---
4+
5+
<!-- Check the post with markdownlint-->
6+
7+
Welcome to the third issue of the Rust GameDev Workgroup’s
8+
monthly newsletter.
9+
10+
[Rust] is a systems language pursuing the trifecta:
11+
safety, concurrency, and speed.
12+
These goals are well-aligned with game development.
13+
14+
We hope to build an inviting ecosystem for anyone wishing
15+
to use Rust in their development process!
16+
Want to get involved? [Join the Rust GameDev working group!][join]
17+
18+
[Rust]: https://rust-lang.org
19+
[join]: https://github.com/rust-gamedev/wg#join-the-fun
20+
21+
<!--
22+
Ideal section structure is:
23+
24+
```
25+
### [Title]
26+
27+
![image/GIF description](image link)
28+
29+
A paragraph or two with a summary and [useful links].
30+
31+
_Discussions:
32+
[/r/rust](https://reddit.com/r/rust/todo),
33+
[twitter](https://twitter.com/todo/status/123456)_
34+
35+
[Title]: https://first.link
36+
[useful links]: https://other.link
37+
```
38+
39+
Discussion links are added only if they contain
40+
some actual interesting discussions.
41+
42+
If needed, a section can be split into subsections with a "------" delimiter.
43+
-->
44+
45+
## Game Updates
46+
47+
### Other Game News
48+
49+
<!--
50+
Special section for other news (up to 15) in a one-liner format:
51+
- Main link,
52+
- short summary,
53+
- optional discussion links (in square brackets),
54+
- optional small image.
55+
-->
56+
57+
## Library & Tooling updates
58+
59+
### Other Library & Tooling News
60+
61+
<!-- See the comment in the `Other Game News` section. -->
62+
63+
## Popular Workgroup Issues in Github
64+
65+
<!-- Up to 10 links to interesting issues -->
66+
67+
## Meeting Minutes
68+
69+
<!-- Up to 10 most important notes + a link to the full details -->
70+
71+
[See all meeting issues][label_meeting] including full text notes
72+
or [join the next meeting][join].
73+
74+
[label_meeting]: https://github.com/rust-gamedev/wg/issues?q=label%3Ameeting
75+
76+
## Requests for Contribution
77+
78+
<!-- Links to "good first issue"-labels or direct links to specific tasks -->
79+
80+
## Bonus
81+
82+
<!-- Bonus section to make the newsletter more interesting
83+
and highlight events from the past. -->
84+
85+
------
86+
87+
That's all news for today, thanks for reading!
88+
89+
Want something mentioned in the next newsletter?
90+
[Send us a pull request][pr].
91+
92+
Also, subscribe to [@rust_gamedev on Twitter][@rust_gamedev]
93+
or [/r/rust_gamedev subreddit][/r/rust_gamedev] if you want to receive fresh news!
94+
95+
<!--
96+
TODO: Add real links and un-comment once this post is published
97+
**Discussions of this post**:
98+
[/r/rust](TODO),
99+
[twitter](TODO).
100+
-->
101+
102+
[/r/rust_gamedev]: https://reddit.com/r/rust_gamedev
103+
[@rust_gamedev]: https://twitter.com/rust_gamedev
104+
[pr]: https://github.com/rust-gamedev/rust-gamedev.github.io

0 commit comments

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