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 05e78b6

Browse filesBrowse files
N24: Initial draft (rust-gamedev#720)
1 parent 26d5afe commit 05e78b6
Copy full SHA for 05e78b6

File tree

1 file changed

+123
-0
lines changed
Filter options

1 file changed

+123
-0
lines changed

‎content/news/024/index.md

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