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