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 11c6bc0

Browse filesBrowse files
authored
N37: Init + update template (rust-gamedev#1133)
1 parent 44de22a commit 11c6bc0
Copy full SHA for 11c6bc0

File tree

Expand file treeCollapse file tree

2 files changed

+127
-3
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+127
-3
lines changed

‎content/news/037/index.md

Copy file name to clipboard
+124Lines changed: 124 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,124 @@
1+
+++
2+
title = "This Month in Rust GameDev #37 - August 2022"
3+
transparent = true
4+
date = 2022-09-05
5+
draft = true
6+
+++
7+
8+
<!-- no toc -->
9+
10+
<!-- Check the post with markdownlint-->
11+
12+
Welcome to the 37th issue of the Rust GameDev Workgroup's
13+
monthly newsletter.
14+
[Rust] is a systems language pursuing the trifecta:
15+
safety, concurrency, and speed.
16+
These goals are well-aligned with game development.
17+
We hope to build an inviting ecosystem for anyone wishing
18+
to use Rust in their development process!
19+
Want to get involved? [Join the Rust GameDev working group!][join]
20+
21+
You can follow the newsletter creation process
22+
by watching [the coordination issues][coordination].
23+
Want something mentioned in the next newsletter?
24+
[Send us a pull request][pr].
25+
Feel free to send PRs about your own projects!
26+
27+
[Rust]: https://rust-lang.org
28+
[join]: https://github.com/rust-gamedev/wg#join-the-fun
29+
[pr]: https://github.com/rust-gamedev/rust-gamedev.github.io
30+
[coordination]: https://github.com/rust-gamedev/rust-gamedev.github.io/issues?q=label%3Acoordination
31+
32+
- [Announcements](#announcements)
33+
- [Game Updates](#game-updates)
34+
- [Learning Material Updates](#learning-material-updates)
35+
- [Engine Updates](#engine-updates)
36+
- [Tooling Updates](#tooling-updates)
37+
- [Library Updates](#library-updates)
38+
- [Other News](#other-news)
39+
- [Popular Workgroup Issues in Github](#popular-workgroup-issues-in-github)
40+
- [Discussions](#discussions)
41+
- [Requests for Contribution](#requests-for-contribution)
42+
- [Jobs](#jobs)
43+
- [Bonus](#bonus)
44+
45+
<!--
46+
Ideal section structure is:
47+
48+
```
49+
### [Title]
50+
51+
![image/GIF description](image link)
52+
_image caption_
53+
54+
A paragraph or two with a summary and [useful links].
55+
56+
_Discussions:
57+
[/r/rust](https://reddit.com/r/rust/todo),
58+
[twitter](https://twitter.com/todo/status/123456)_
59+
60+
[Title]: https://first.link
61+
[useful links]: https://other.link
62+
```
63+
64+
If needed, a section can be split into subsections with a "------" delimiter.
65+
-->
66+
67+
## Announcements
68+
69+
## Game Updates
70+
71+
## Engine Updates
72+
73+
## Learning Material Updates
74+
75+
## Tooling Updates
76+
77+
## Library Updates
78+
79+
## Popular Workgroup Issues in Github
80+
81+
<!-- Up to 10 links to interesting issues -->
82+
83+
## Other News
84+
85+
<!-- One-liners for plan items that haven't got their own sections. -->
86+
87+
## Discussions
88+
89+
<!-- Links to handpicked reddit/twitter/urlo/etc threads that provide
90+
useful information -->
91+
92+
## Requests for Contribution
93+
94+
<!-- Links to "good first issue"-labels or direct links to specific tasks -->
95+
96+
## Jobs
97+
98+
<!-- An optional section for new jobs related to Rust gamedev -->
99+
100+
## Bonus
101+
102+
<!-- Bonus section to make the newsletter more interesting
103+
and highlight events from the past. -->
104+
105+
------
106+
107+
That's all news for today, thanks for reading!
108+
109+
Want something mentioned in the next newsletter?
110+
[Send us a pull request][pr].
111+
112+
Also, 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+
**Discuss this post on**:
118+
[/r/rust_gamedev](TODO),
119+
[Twitter](TODO),
120+
[Discord](https://discord.gg/yNtPTb2).
121+
-->
122+
123+
[/r/rust_gamedev]: https://reddit.com/r/rust_gamedev
124+
[@rust_gamedev]: https://twitter.com/rust_gamedev

‎newsletter-template.md

Copy file name to clipboardExpand all lines: newsletter-template.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,8 @@ Feel free to send PRs about your own projects!
2828
[join]: https://github.com/rust-gamedev/wg#join-the-fun
2929
[pr]: https://github.com/rust-gamedev/rust-gamedev.github.io
3030
[coordination]: https://github.com/rust-gamedev/rust-gamedev.github.io/issues?q=label%3Acoordination
31-
[Rust]: https://rust-lang.org
32-
[join]: https://github.com/rust-gamedev/wg#join-the-fun
3331

32+
- [Announcements](#announcements)
3433
- [Game Updates](#game-updates)
3534
- [Learning Material Updates](#learning-material-updates)
3635
- [Engine Updates](#engine-updates)
@@ -66,6 +65,8 @@ _Discussions:
6665
If needed, a section can be split into subsections with a "------" delimiter.
6766
-->
6867

68+
## Announcements
69+
6970
## Game Updates
7071

7172
## Engine Updates
@@ -131,4 +132,3 @@ TODO: Add real links and un-comment once this post is published
131132

132133
[/r/rust_gamedev]: https://reddit.com/r/rust_gamedev
133134
[@rust_gamedev]: https://twitter.com/rust_gamedev
134-
[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.