Skip to content

Commit 88e989d

Browse files
authored
N19: Init (#495)
* N19: Init draft * Template: Add 'Game Engines'
1 parent b157d21 commit 88e989d

File tree

2 files changed

+124
-0
lines changed

2 files changed

+124
-0
lines changed

content/posts/newsletter-019/index.md

Lines changed: 121 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,121 @@
1+
+++
2+
title = "This Month in Rust GameDev #19 - February 2021"
3+
date = 2021-03-03
4+
transparent = true
5+
draft = true
6+
+++
7+
8+
Welcome to the 19th 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+
[Rust]: https://rust-lang.org
28+
[join]: https://github.com/rust-gamedev/wg#join-the-fun
29+
30+
Table of contents:
31+
32+
- [Game Updates](#game-updates)
33+
- [Learning Material Updates](#learning-material-updates)
34+
- [Engine Updates](#engine-updates)
35+
- [Library & Tooling Updates](#library-tooling-updates)
36+
- [Popular Workgroup Issues in Github](#popular-workgroup-issues-in-github)
37+
- [Requests for Contribution](#requests-for-contribution)
38+
39+
<!--
40+
Ideal section structure is:
41+
42+
```
43+
### [Title]
44+
45+
![image/GIF description](image link)
46+
_image caption_
47+
48+
A paragraph or two with a summary and [useful links].
49+
50+
_Discussions:
51+
[/r/rust](https://reddit.com/r/rust/todo),
52+
[twitter](https://twitter.com/todo/status/123456)_
53+
54+
[Title]: https://first.link
55+
[useful links]: https://other.link
56+
```
57+
58+
If needed, a section can be split into subsections with a "------" delimiter.
59+
-->
60+
61+
## Game Updates
62+
63+
## Learning Material Updates
64+
65+
## Engine Updates
66+
67+
## Library & Tooling Updates
68+
69+
## Popular Workgroup Issues in Github
70+
71+
<!-- Up to 10 links to interesting issues -->
72+
73+
## Requests for Contribution
74+
75+
<!-- Links to "good first issue"-labels or direct links to specific tasks -->
76+
77+
- [Embark's open issues][embark-open-issues] ([embark.rs]).
78+
- [gfx-rs's "contributor-friendly" issues][gfx-issues].
79+
- [wgpu's "help wanted" issues][wgpu-help-wanted].
80+
- [luminance's "low hanging fruit" issues][luminance-fruits].
81+
- [ggez's "good first issue" issues][ggez-issues].
82+
- [Veloren's "beginner" issues][veloren-beginner].
83+
- [Amethyst's "good first issue" issues][amethyst-issues].
84+
- [A/B Street's "good first issue" issues][abstreet-issues].
85+
- [Mun's "good first issue" issues][mun-issues].
86+
- [SIMple Mechanic's good first issues][simm-issues].
87+
- [Bevy's "good first issue" issues][bevy-issues].
88+
89+
[embark.rs]: https://embark.rs
90+
[embark-open-issues]: https://github.com/search?q=user:EmbarkStudios+state:open
91+
[gfx-issues]: https://github.com/gfx-rs/gfx/issues?q=is%3Aissue+is%3Aopen+label%3Acontributor-friendly
92+
[wgpu-help-wanted]: https://github.com/gfx-rs/wgpu-rs/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22
93+
[luminance-fruits]: https://github.com/phaazon/luminance-rs/issues?q=is%3Aissue+is%3Aopen+label%3A%22low+hanging+fruit%22
94+
[ggez-issues]: https://github.com/ggez/ggez/labels/%2AGOOD%20FIRST%20ISSUE%2A
95+
[veloren-beginner]: https://gitlab.com/veloren/veloren/issues?label_name=beginner
96+
[amethyst-issues]: https://github.com/amethyst/amethyst/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22
97+
[abstreet-issues]: https://github.com/a-b-street/abstreet/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22
98+
[mun-issues]: https://github.com/mun-lang/mun/labels/good%20first%20issue
99+
[simm-issues]: https://github.com/mkhan45/SIMple-Mechanics/labels/good%20first%20issue
100+
[bevy-issues]: https://github.com/bevyengine/bevy/labels/good%20first%20issue
101+
102+
------
103+
104+
That's all news for today, thanks for reading!
105+
106+
Want something mentioned in the next newsletter?
107+
[Send us a pull request][pr].
108+
109+
Also, subscribe to [@rust_gamedev on Twitter][@rust_gamedev]
110+
or [/r/rust_gamedev subreddit][/r/rust_gamedev] if you want to receive fresh news!
111+
112+
<!--
113+
TODO: Add real links and un-comment once this post is published
114+
**Discussions of this post**:
115+
[/r/rust](TODO),
116+
[twitter](TODO).
117+
-->
118+
119+
[/r/rust_gamedev]: https://reddit.com/r/rust_gamedev
120+
[@rust_gamedev]: https://twitter.com/rust_gamedev
121+
[pr]: https://github.com/rust-gamedev/rust-gamedev.github.io

newsletter-template.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ Feel free to send PRs about your own projects!
3131

3232
- [Game Updates](#game-updates)
3333
- [Learning Material Updates](#learning-material-updates)
34+
- [Engine Updates](#engine-updates)
3435
- [Library & Tooling Updates](#library-tooling-updates)
3536
- [Popular Workgroup Issues in Github](#popular-workgroup-issues-in-github)
3637
- [Meeting Minutes](#meeting-minutes)
@@ -62,6 +63,8 @@ If needed, a section can be split into subsections with a "------" delimiter.
6263

6364
## Game Updates
6465

66+
## Engine Updates
67+
6568
## Learning Material Updates
6669

6770
## Library & Tooling Updates

0 commit comments

Comments
 (0)