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