|
| 1 | +--- |
| 2 | +title: "This Month in Rust GameDev #4 - November 2019" |
| 3 | +--- |
| 4 | + |
| 5 | +<!-- Check the post with markdownlint--> |
| 6 | + |
| 7 | +Welcome to the fourth 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 | +<!-- |
| 22 | +Ideal section structure is: |
| 23 | +
|
| 24 | +``` |
| 25 | +### [Title] |
| 26 | +
|
| 27 | + |
| 28 | +
|
| 29 | +A paragraph or two with a summary and [useful links]. |
| 30 | +
|
| 31 | +_Discussions: |
| 32 | +[/r/rust](https://reddit.com/r/rust/todo), |
| 33 | +[twitter](https://twitter.com/todo/status/123456)_ |
| 34 | +
|
| 35 | +[Title]: https://first.link |
| 36 | +[useful links]: https://other.link |
| 37 | +``` |
| 38 | +
|
| 39 | +Discussion links are added only if they contain |
| 40 | +some actual interesting discussions. |
| 41 | +
|
| 42 | +If needed, a section can be split into subsections with a "------" delimiter. |
| 43 | +--> |
| 44 | + |
| 45 | +## Game Updates |
| 46 | + |
| 47 | +## Library & Tooling updates |
| 48 | + |
| 49 | +### Other Library & Tooling News |
| 50 | + |
| 51 | +<!-- See the comment in the `Other Game News` section. --> |
| 52 | + |
| 53 | +## Popular Workgroup Issues in Github |
| 54 | + |
| 55 | +<!-- Up to 10 links to interesting issues --> |
| 56 | + |
| 57 | +## Meeting Minutes |
| 58 | + |
| 59 | +<!-- Up to 10 most important notes + a link to the full details --> |
| 60 | + |
| 61 | +[See all meeting issues][label_meeting] including full text notes |
| 62 | +or [join the next meeting][join]. |
| 63 | + |
| 64 | +[label_meeting]: https://github.com/rust-gamedev/wg/issues?q=label%3Ameeting |
| 65 | + |
| 66 | +## Requests for Contribution |
| 67 | + |
| 68 | +<!-- Links to "good first issue"-labels or direct links to specific tasks --> |
| 69 | + |
| 70 | +## Bonus |
| 71 | + |
| 72 | +<!-- Bonus section to make the newsletter more interesting |
| 73 | +and highlight events from the past. --> |
| 74 | + |
| 75 | +------ |
| 76 | + |
| 77 | +That's all news for today, thanks for reading! |
| 78 | + |
| 79 | +Want something mentioned in the next newsletter? |
| 80 | +[Send us a pull request][pr]. |
| 81 | +Feel free to send PRs about your own projects! |
| 82 | + |
| 83 | +Also, subscribe to [@rust_gamedev on Twitter][@rust_gamedev] |
| 84 | +or [/r/rust_gamedev subreddit][/r/rust_gamedev] if you want to receive fresh news! |
| 85 | + |
| 86 | +<!-- |
| 87 | +TODO: Add real links and un-comment once this post is published |
| 88 | +**Discussions of this post**: |
| 89 | +[/r/rust](TODO), |
| 90 | +[twitter](TODO). |
| 91 | +--> |
| 92 | + |
| 93 | +[/r/rust_gamedev]: https://reddit.com/r/rust_gamedev |
| 94 | +[@rust_gamedev]: https://twitter.com/rust_gamedev |
| 95 | +[pr]: https://github.com/rust-gamedev/rust-gamedev.github.io |
0 commit comments