|
| 1 | +--- |
| 2 | +title: "This Month in Rust GameDev #2 - September 2019" |
| 3 | +--- |
| 4 | + |
| 5 | +<!-- Check the post with markdownlint--> |
| 6 | + |
| 7 | +Welcome to the second issue of the Rust GameDev Workgroup’s |
| 8 | +monthly newsletter. |
| 9 | + |
| 10 | +[Rust] is a systems language pursuing the trifecta: |
| 11 | +safety, concurrency, and speed. |
| 12 | +These goals are well-aligned with game development. |
| 13 | + |
| 14 | +We hope to build an inviting ecosystem for anyone wishing |
| 15 | +to use Rust in their development process! |
| 16 | +Want to get involved? [Join the Rust GameDev working group!][join] |
| 17 | + |
| 18 | +[Rust]: https://rust-lang.org |
| 19 | +[join]: https://github.com/rust-gamedev/wg#join-the-fun |
| 20 | + |
| 21 | +## News and Blog Posts |
| 22 | + |
| 23 | +<!-- |
| 24 | +8-12 important news with their own sections. |
| 25 | +Ideal section structure is: |
| 26 | +
|
| 27 | +``` |
| 28 | +### [Title] |
| 29 | +
|
| 30 | + |
| 31 | +
|
| 32 | +A paragraph or two with a summary and [useful links]. |
| 33 | +
|
| 34 | +_Discussions: |
| 35 | +[/r/rust](https://reddit.com/r/rust/todo), |
| 36 | +[twitter](https://twitter.com/todo/status/123456)_ |
| 37 | +
|
| 38 | +[Title]: https://first.link |
| 39 | +[useful links]: https://other.link |
| 40 | +``` |
| 41 | +
|
| 42 | +If needed, a section can be split into subsections with a "------" delimiter. |
| 43 | +--> |
| 44 | + |
| 45 | +### Other News |
| 46 | + |
| 47 | +<!-- |
| 48 | +Special section for other news (up to 15) in a one-liner format: |
| 49 | +- Main link, |
| 50 | +- short summary, |
| 51 | +- optional discussion links (in square brackets), |
| 52 | +- optional small image. |
| 53 | +--> |
| 54 | + |
| 55 | +## Popular Workgroup Issues in Github |
| 56 | + |
| 57 | +<!-- Up to 10 links to interesting issues --> |
| 58 | + |
| 59 | +## Meeting Minutes |
| 60 | + |
| 61 | +<!-- Up to 10 most important notes + a link to the full details --> |
| 62 | + |
| 63 | +[See all meeting issues][label_meeting] including full text notes |
| 64 | +or [join the next meeting][join]. |
| 65 | + |
| 66 | +[label_meeting]: https://github.com/rust-gamedev/wg/issues?q=label%3Ameeting |
| 67 | + |
| 68 | +## Requests for Contribution |
| 69 | + |
| 70 | +<!-- Links to "good first issue"-labels or direct links to specific tasks --> |
| 71 | + |
| 72 | +## Bonus |
| 73 | + |
| 74 | +<!-- Bonus section to make the newsletter more interesting |
| 75 | +and highlight events from the past. --> |
| 76 | + |
| 77 | +------ |
| 78 | + |
| 79 | +That's all news for today, thanks for reading! |
| 80 | + |
| 81 | +Want something mentioned in the next newsletter? |
| 82 | +[Send us a pull request][pr]. |
| 83 | + |
| 84 | +Also, subscribe to [@rust_gamedev on Twitter][@rust_gamedev] |
| 85 | +or [/r/rust_gamedev subreddit][/r/rust_gamedev] if you want to receive fresh news! |
| 86 | + |
| 87 | +<!-- |
| 88 | +TODO: Add real links and un-comment once this post is published |
| 89 | +**Discussions of this post**: |
| 90 | +[/r/rust](TODO), |
| 91 | +[twitter](TODO). |
| 92 | +--> |
| 93 | + |
| 94 | +[/r/rust_gamedev]: https://reddit.com/r/rust_gamedev |
| 95 | +[@rust_gamedev]: https://twitter.com/rust_gamedev |
| 96 | +[pr]: https://github.com/rust-gamedev/rust-gamedev.github.io |
0 commit comments