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 f458d30

Browse filesBrowse files
N31: Init (rust-gamedev#948)
1 parent f2de366 commit f458d30
Copy full SHA for f458d30

File tree

2 files changed

+135
-0
lines changed
Filter options

2 files changed

+135
-0
lines changed

‎content/news/031/index.md

Copy file name to clipboard
+134Lines changed: 134 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,134 @@
1+
+++
2+
title = "This Month in Rust GameDev #31 - February 2022"
3+
transparent = true
4+
date = 2022-03-01
5+
draft = true
6+
+++
7+
8+
<!-- no toc -->
9+
10+
<!-- Check the post with markdownlint-->
11+
12+
Welcome to the 31st 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+
[Rust]: https://rust-lang.org
32+
[join]: https://github.com/rust-gamedev/wg#join-the-fun
33+
34+
- [Game Updates](#game-updates)
35+
- [Learning Material Updates](#learning-material-updates)
36+
- [Engine Updates](#engine-updates)
37+
- [Tooling Updates](#tooling-updates)
38+
- [Library Updates](#library-updates)
39+
- [Other News](#other-news)
40+
- [Popular Workgroup Issues in Github](#popular-workgroup-issues-in-github)
41+
- [Meeting Minutes](#meeting-minutes)
42+
- [Discussions](#discussions)
43+
- [Requests for Contribution](#requests-for-contribution)
44+
- [Jobs](#jobs)
45+
- [Bonus](#bonus)
46+
47+
<!--
48+
Ideal section structure is:
49+
50+
```
51+
### [Title]
52+
53+
![image/GIF description](image link)
54+
_image caption_
55+
56+
A paragraph or two with a summary and [useful links].
57+
58+
_Discussions:
59+
[/r/rust](https://reddit.com/r/rust/todo),
60+
[twitter](https://twitter.com/todo/status/123456)_
61+
62+
[Title]: https://first.link
63+
[useful links]: https://other.link
64+
```
65+
66+
If needed, a section can be split into subsections with a "------" delimiter.
67+
-->
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+
## Meeting Minutes
88+
89+
<!-- Up to 10 most important notes + a link to the full details -->
90+
91+
[See all meeting issues][label_meeting] including full text notes
92+
or [join the next meeting][join].
93+
94+
[label_meeting]: https://github.com/rust-gamedev/wg/issues?q=label%3Ameeting
95+
96+
## Discussions
97+
98+
<!-- Links to handpicked reddit/twitter/urlo/etc threads that provide
99+
useful information -->
100+
101+
## Requests for Contribution
102+
103+
<!-- Links to "good first issue"-labels or direct links to specific tasks -->
104+
105+
## Jobs
106+
107+
<!-- An optional section for new jobs related to Rust gamedev -->
108+
109+
## Bonus
110+
111+
<!-- Bonus section to make the newsletter more interesting
112+
and highlight events from the past. -->
113+
114+
------
115+
116+
That's all news for today, thanks for reading!
117+
118+
Want something mentioned in the next newsletter?
119+
[Send us a pull request][pr].
120+
121+
Also, subscribe to [@rust_gamedev on Twitter][@rust_gamedev]
122+
or [/r/rust_gamedev subreddit][/r/rust_gamedev] if you want to receive fresh news!
123+
124+
<!--
125+
TODO: Add real links and un-comment once this post is published
126+
**Discuss this post on**:
127+
[/r/rust_gamedev](TODO),
128+
[Twitter](TODO),
129+
[Discord](https://discord.gg/yNtPTb2).
130+
-->
131+
132+
[/r/rust_gamedev]: https://reddit.com/r/rust_gamedev
133+
[@rust_gamedev]: https://twitter.com/rust_gamedev
134+
[pr]: https://github.com/rust-gamedev/rust-gamedev.github.io

‎newsletter-template.md

Copy file name to clipboardExpand all lines: newsletter-template.md
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
+++
22
title = "This Month in Rust GameDev #{TODO} - {TODO} {TODO}"
33
transparent = true
4+
date = TODO
45
draft = true
56
+++
67

0 commit comments

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