|
| 1 | ++++ |
| 2 | +title = "This Month in Rust GameDev #17 - December 2020" |
| 3 | +date = 2021-01-04 |
| 4 | +transparent = true |
| 5 | +draft = true |
| 6 | ++++ |
| 7 | + |
| 8 | +<!-- Check the post with markdownlint--> |
| 9 | + |
| 10 | +Welcome to the 17th 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 | +Table of contents: |
| 34 | + |
| 35 | +- [Game Updates](#game-updates) |
| 36 | +- [Learning Material Updates](#learning-material-updates) |
| 37 | +- [Library & Tooling Updates](#library-tooling-updates) |
| 38 | +- [Popular Workgroup Issues in Github](#popular-workgroup-issues-in-github) |
| 39 | +- [Requests for Contribution](#requests-for-contribution) |
| 40 | +- [Jobs](#jobs) |
| 41 | + |
| 42 | +<!-- |
| 43 | +Ideal section structure is: |
| 44 | +
|
| 45 | +``` |
| 46 | +### [Title] |
| 47 | +
|
| 48 | + |
| 49 | +_image caption_ |
| 50 | +
|
| 51 | +A paragraph or two with a summary and [useful links]. |
| 52 | +
|
| 53 | +_Discussions: |
| 54 | +[/r/rust](https://reddit.com/r/rust/todo), |
| 55 | +[twitter](https://twitter.com/todo/status/123456)_ |
| 56 | +
|
| 57 | +[Title]: https://first.link |
| 58 | +[useful links]: https://other.link |
| 59 | +``` |
| 60 | +
|
| 61 | +If needed, a section can be split into subsections with a "------" delimiter. |
| 62 | +--> |
| 63 | + |
| 64 | +## Game Updates |
| 65 | + |
| 66 | +## Learning Material Updates |
| 67 | + |
| 68 | +## Library & Tooling Updates |
| 69 | + |
| 70 | +## Popular Workgroup Issues in Github |
| 71 | + |
| 72 | +<!-- Up to 10 links to interesting issues --> |
| 73 | + |
| 74 | +## Requests for Contribution |
| 75 | + |
| 76 | +<!-- Links to "good first issue"-labels or direct links to specific tasks --> |
| 77 | + |
| 78 | +## Jobs |
| 79 | + |
| 80 | +<!-- An optional section for new jobs related to Rust gamedev --> |
| 81 | + |
| 82 | +------ |
| 83 | + |
| 84 | +That's all news for today, thanks for reading! |
| 85 | + |
| 86 | +Want something mentioned in the next newsletter? |
| 87 | +[Send us a pull request][pr]. |
| 88 | + |
| 89 | +Also, subscribe to [@rust_gamedev on Twitter][@rust_gamedev] |
| 90 | +or [/r/rust_gamedev subreddit][/r/rust_gamedev] if you want to receive fresh news! |
| 91 | + |
| 92 | +<!-- |
| 93 | +TODO: Add real links and un-comment once this post is published |
| 94 | +**Discussions of this post**: |
| 95 | +[/r/rust](TODO), |
| 96 | +[twitter](TODO). |
| 97 | +--> |
| 98 | + |
| 99 | +[/r/rust_gamedev]: https://reddit.com/r/rust_gamedev |
| 100 | +[@rust_gamedev]: https://twitter.com/rust_gamedev |
| 101 | +[pr]: https://github.com/rust-gamedev/rust-gamedev.github.io |
0 commit comments