@@ -5,8 +5,6 @@ transparent = true
5
5
draft = true
6
6
+++
7
7
8
- <!-- Check the post with markdownlint-->
9
-
10
8
Welcome to the 17th issue of the Rust GameDev Workgroup's
11
9
monthly newsletter.
12
10
[ Rust] is a systems language pursuing the trifecta:
@@ -26,7 +24,6 @@ Feel free to send PRs about your own projects!
26
24
[ join ] : https://github.com/rust-gamedev/wg#join-the-fun
27
25
[ pr ] : https://github.com/rust-gamedev/rust-gamedev.github.io
28
26
[ coordination ] : https://github.com/rust-gamedev/rust-gamedev.github.io/issues?q=label%3Acoordination
29
-
30
27
[ Rust ] : https://rust-lang.org
31
28
[ join ] : https://github.com/rust-gamedev/wg#join-the-fun
32
29
@@ -38,7 +35,6 @@ Table of contents:
38
35
- [ Library & Tooling Updates] ( #library-tooling-updates )
39
36
- [ Popular Workgroup Issues in Github] ( #popular-workgroup-issues-in-github )
40
37
- [ Requests for Contribution] ( #requests-for-contribution )
41
- - [ Jobs] ( #jobs )
42
38
43
39
<!--
44
40
Ideal section structure is:
@@ -1180,13 +1176,46 @@ _Discussions:
1180
1176
1181
1177
<!-- Up to 10 links to interesting issues -->
1182
1178
1179
+ - [ rust-gamedev/rust-gamedev.github.io] ( https://github.com/rust-gamedev/rust-gamedev.github.io ) :
1180
+ - [ #406 "Separate category for engines vs libraries/tools"] ( https://github.com/rust-gamedev/rust-gamedev.github.io/issues/406 ) ;
1181
+ - [ rust-gamedev/wg] ( https://github.com/rust-gamedev/wg ) :
1182
+ - [ #18 "Set up a gamedev usergroup on users.rust-lang.org"] ( https://github.com/rust-gamedev/wg/issues/18 ) ;
1183
+ - [ #23 "A pure rust SPIRV generator"] ( https://github.com/rust-gamedev/wg/issues/23 ) ;
1184
+ - [ #94 "raw-window-handle maintenance"] ( https://github.com/rust-gamedev/wg/issues/94 ) ;
1185
+ - [ #97 "WG brand update proposal"] ( https://github.com/rust-gamedev/wg/issues/97 ) ;
1186
+ - [ #98 "Monthly Rust Gamedev Meetup"] ( https://github.com/rust-gamedev/wg/issues/98 ) ;
1187
+ - [ #99 "Official Rust Gamedev Discord"] ( https://github.com/rust-gamedev/wg/issues/99 ) ;
1188
+
1183
1189
## Requests for Contribution
1184
1190
1185
1191
<!-- Links to "good first issue"-labels or direct links to specific tasks -->
1186
1192
1187
- ## Jobs
1188
-
1189
- <!-- An optional section for new jobs related to Rust gamedev -->
1193
+ - [ winit is seeking new maintainers] [ winit-call ] .
1194
+ - [ Embark's open issues] [ embark-open-issues ] ([ embark.rs] ).
1195
+ - [ gfx-rs's "contributor-friendly" issues] [ gfx-issues ] .
1196
+ - [ wgpu's "help wanted" issues] [ wgpu-help-wanted ] .
1197
+ - [ luminance's "low hanging fruit" issues] [ luminance-fruits ] .
1198
+ - [ ggez's "good first issue" issues] [ ggez-issues ] .
1199
+ - [ Veloren's "beginner" issues] [ veloren-beginner ] .
1200
+ - [ Amethyst's "good first issue" issues] [ amethyst-issues ] .
1201
+ - [ A/B Street's "good first issue" issues] [ abstreet-issues ] .
1202
+ - [ Mun's "good first issue" issues] [ mun-issues ] .
1203
+ - [ SIMple Mechanic's good first issues] [ simm-issues ] .
1204
+ - [ Bevy's "good first issue" issues] [ bevy-issues ] .
1205
+
1206
+ [ embark.rs ] : https://embark.rs
1207
+ [ embark-open-issues ] : https://github.com/search?q=user:EmbarkStudios+state:open
1208
+ [ gfx-issues ] : https://github.com/gfx-rs/gfx/issues?q=is%3Aissue+is%3Aopen+label%3Acontributor-friendly
1209
+ [ wgpu-help-wanted ] : https://github.com/gfx-rs/wgpu-rs/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22
1210
+ [ luminance-fruits ] : https://github.com/phaazon/luminance-rs/issues?q=is%3Aissue+is%3Aopen+label%3A%22low+hanging+fruit%22
1211
+ [ ggez-issues ] : https://github.com/ggez/ggez/labels/%2AGOOD%20FIRST%20ISSUE%2A
1212
+ [ veloren-beginner ] : https://gitlab.com/veloren/veloren/issues?label_name=beginner
1213
+ [ amethyst-issues ] : https://github.com/amethyst/amethyst/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22
1214
+ [ abstreet-issues ] : https://github.com/dabreegster/abstreet/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22
1215
+ [ mun-issues ] : https://github.com/mun-lang/mun/labels/good%20first%20issue
1216
+ [ simm-issues ] : https://github.com/mkhan45/SIMple-Mechanics/labels/good%20first%20issue
1217
+ [ bevy-issues ] : https://github.com/bevyengine/bevy/labels/good%20first%20issue
1218
+ [ winit-call ] : https://github.com/rust-windowing/winit/issues/1777
1190
1219
1191
1220
------
1192
1221
0 commit comments