|
| 1 | ++++ |
| 2 | +title = "This Month in Rust GameDev #45 - April 2023" |
| 3 | +transparent = true |
| 4 | +date = 2023-05-08 |
| 5 | +draft = true |
| 6 | ++++ |
| 7 | + |
| 8 | +<!-- no toc --> |
| 9 | + |
| 10 | +<!-- Check the post with markdownlint--> |
| 11 | + |
| 12 | +Welcome to the 45th 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 | +- [Discussions](#discussions) |
| 41 | +- [Requests for Contribution](#requests-for-contribution) |
| 42 | +- [Jobs](#jobs) |
| 43 | + |
| 44 | +<!-- |
| 45 | +Ideal section structure is: |
| 46 | +
|
| 47 | +``` |
| 48 | +### [Title] |
| 49 | +
|
| 50 | + |
| 51 | +_image caption_ |
| 52 | +
|
| 53 | +A paragraph or two with a summary and [useful links]. |
| 54 | +
|
| 55 | +_Discussions: |
| 56 | +[/r/rust](https://reddit.com/r/rust/todo), |
| 57 | +[twitter](https://twitter.com/todo/status/123456)_ |
| 58 | +
|
| 59 | +[Title]: https://first.link |
| 60 | +[useful links]: https://other.link |
| 61 | +``` |
| 62 | +
|
| 63 | +If needed, a section can be split into subsections with a "------" delimiter. |
| 64 | +--> |
| 65 | + |
| 66 | +## Announcements |
| 67 | + |
| 68 | +## Game Updates |
| 69 | + |
| 70 | +## Engine Updates |
| 71 | + |
| 72 | +## Learning Material Updates |
| 73 | + |
| 74 | +## Tooling Updates |
| 75 | + |
| 76 | +## Library Updates |
| 77 | + |
| 78 | +## Popular Workgroup Issues in Github |
| 79 | + |
| 80 | +<!-- Up to 10 links to interesting issues --> |
| 81 | + |
| 82 | +## Other News |
| 83 | + |
| 84 | +<!-- One-liners for plan items that haven't got their own sections. --> |
| 85 | + |
| 86 | +## Discussions |
| 87 | + |
| 88 | +<!-- Links to handpicked reddit/twitter/urlo/etc threads that provide |
| 89 | +useful information --> |
| 90 | + |
| 91 | +## Requests for Contribution |
| 92 | + |
| 93 | +<!-- Links to "good first issue"-labels or direct links to specific tasks --> |
| 94 | + |
| 95 | +## Jobs |
| 96 | + |
| 97 | +<!-- An optional section for new jobs related to Rust gamedev --> |
| 98 | + |
| 99 | +------ |
| 100 | + |
| 101 | +That's all news for today, thanks for reading! |
| 102 | + |
| 103 | +Want something mentioned in the next newsletter? |
| 104 | +[Send us a pull request][pr]. |
| 105 | + |
| 106 | +Also, subscribe to [@rust_gamedev on Twitter][@rust_gamedev] |
| 107 | +or [/r/rust_gamedev subreddit][/r/rust_gamedev] if you want to receive fresh news! |
| 108 | + |
| 109 | +<!-- |
| 110 | +TODO: Add real links and un-comment once this post is published |
| 111 | +**Discuss this post on**: |
| 112 | +[/r/rust_gamedev](TODO), |
| 113 | +[Mastodon](TODO), |
| 114 | +[Twitter](TODO), |
| 115 | +[Discord](https://discord.gg/yNtPTb2). |
| 116 | +--> |
| 117 | + |
| 118 | +[/r/rust_gamedev]: https://reddit.com/r/rust_gamedev |
| 119 | +[@rust_gamedev]: https://twitter.com/rust_gamedev |
0 commit comments