|
| 1 | ++++ |
| 2 | +title = "This Month in Rust GameDev #23 - June 2021" |
| 3 | +date = 2021-07-01 |
| 4 | +transparent = true |
| 5 | +draft = true |
| 6 | ++++ |
| 7 | + |
| 8 | +<!-- Check the post with markdownlint--> |
| 9 | + |
| 10 | +Welcome to the {TODO}th issue of the Rust GameDev Workgroup's |
| 11 | +monthly newsletter. |
| 12 | +[Rust] is a systems language pursuing the trifecta: |
| 13 | +safety, concurrency, and speed. |
| 14 | +These goals are well-aligned with game development. |
| 15 | +We hope to build an inviting ecosystem for anyone wishing |
| 16 | +to use Rust in their development process! |
| 17 | +Want to get involved? [Join the Rust GameDev working group!][join] |
| 18 | + |
| 19 | +You can follow the newsletter creation process |
| 20 | +by watching [the coordination issues][coordination]. |
| 21 | +Want something mentioned in the next newsletter? |
| 22 | +[Send us a pull request][pr]. |
| 23 | +Feel free to send PRs about your own projects! |
| 24 | + |
| 25 | +[Rust]: https://rust-lang.org |
| 26 | +[join]: https://github.com/rust-gamedev/wg#join-the-fun |
| 27 | +[pr]: https://github.com/rust-gamedev/rust-gamedev.github.io |
| 28 | +[coordination]: https://github.com/rust-gamedev/rust-gamedev.github.io/issues?q=label%3Acoordination |
| 29 | + |
| 30 | +[Rust]: https://rust-lang.org |
| 31 | +[join]: https://github.com/rust-gamedev/wg#join-the-fun |
| 32 | + |
| 33 | +- [Game Updates](#game-updates) |
| 34 | +- [Learning Material Updates](#learning-material-updates) |
| 35 | +- [Engine Updates](#engine-updates) |
| 36 | +- [Library & Tooling Updates](#library-tooling-updates) |
| 37 | +- [Popular Workgroup Issues in Github](#popular-workgroup-issues-in-github) |
| 38 | +- [Meeting Minutes](#meeting-minutes) |
| 39 | +- [Requests for Contribution](#requests-for-contribution) |
| 40 | +- [Jobs](#jobs) |
| 41 | +- [Bonus](#bonus) |
| 42 | + |
| 43 | +<!-- |
| 44 | +Ideal section structure is: |
| 45 | +
|
| 46 | +``` |
| 47 | +### [Title] |
| 48 | +
|
| 49 | + |
| 50 | +_image caption_ |
| 51 | +
|
| 52 | +A paragraph or two with a summary and [useful links]. |
| 53 | +
|
| 54 | +_Discussions: |
| 55 | +[/r/rust](https://reddit.com/r/rust/todo), |
| 56 | +[twitter](https://twitter.com/todo/status/123456)_ |
| 57 | +
|
| 58 | +[Title]: https://first.link |
| 59 | +[useful links]: https://other.link |
| 60 | +``` |
| 61 | +
|
| 62 | +If needed, a section can be split into subsections with a "------" delimiter. |
| 63 | +--> |
| 64 | + |
| 65 | +## Game Updates |
| 66 | + |
| 67 | +## Engine Updates |
| 68 | + |
| 69 | +## Learning Material Updates |
| 70 | + |
| 71 | +## Library & Tooling Updates |
| 72 | + |
| 73 | +## Popular Workgroup Issues in Github |
| 74 | + |
| 75 | +<!-- Up to 10 links to interesting issues --> |
| 76 | + |
| 77 | +## Meeting Minutes |
| 78 | + |
| 79 | +<!-- Up to 10 most important notes + a link to the full details --> |
| 80 | + |
| 81 | +[See all meeting issues][label_meeting] including full text notes |
| 82 | +or [join the next meeting][join]. |
| 83 | + |
| 84 | +[label_meeting]: https://github.com/rust-gamedev/wg/issues?q=label%3Ameeting |
| 85 | + |
| 86 | +## Requests for Contribution |
| 87 | + |
| 88 | +<!-- Links to "good first issue"-labels or direct links to specific tasks --> |
| 89 | + |
| 90 | +## Jobs |
| 91 | + |
| 92 | +<!-- An optional section for new jobs related to Rust gamedev --> |
| 93 | + |
| 94 | +## Bonus |
| 95 | + |
| 96 | +<!-- Bonus section to make the newsletter more interesting |
| 97 | +and highlight events from the past. --> |
| 98 | + |
| 99 | +------ |
| 100 | + |
| 101 | +That's all news for today, thanks for reading! |
| 102 | + |
| 103 | +Want something mentioned in the next newsletter? |
| 104 | +[Send us a pull request][pr]. |
| 105 | + |
| 106 | +Also, subscribe to [@rust_gamedev on Twitter][@rust_gamedev] |
| 107 | +or [/r/rust_gamedev subreddit][/r/rust_gamedev] if you want to receive fresh news! |
| 108 | + |
| 109 | +<!-- |
| 110 | +TODO: Add real links and un-comment once this post is published |
| 111 | +**Discussions of this post**: |
| 112 | +[/r/rust](TODO), |
| 113 | +[twitter](TODO). |
| 114 | +--> |
| 115 | + |
| 116 | +[/r/rust_gamedev]: https://reddit.com/r/rust_gamedev |
| 117 | +[@rust_gamedev]: https://twitter.com/rust_gamedev |
| 118 | +[pr]: https://github.com/rust-gamedev/rust-gamedev.github.io |
0 commit comments