From dbc46f3f79f5612a99a8b034c252245fb28b2781 Mon Sep 17 00:00:00 2001 From: Andrey Lesnikov Date: Wed, 31 Aug 2022 23:32:17 +0300 Subject: [PATCH] N37: Init + update template --- content/news/037/index.md | 124 ++++++++++++++++++++++++++++++++++++++ newsletter-template.md | 6 +- 2 files changed, 127 insertions(+), 3 deletions(-) create mode 100644 content/news/037/index.md diff --git a/content/news/037/index.md b/content/news/037/index.md new file mode 100644 index 000000000..3919a0366 --- /dev/null +++ b/content/news/037/index.md @@ -0,0 +1,124 @@ ++++ +title = "This Month in Rust GameDev #37 - August 2022" +transparent = true +date = 2022-09-05 +draft = true ++++ + + + + + +Welcome to the 37th issue of the Rust GameDev Workgroup's +monthly newsletter. +[Rust] is a systems language pursuing the trifecta: +safety, concurrency, and speed. +These goals are well-aligned with game development. +We hope to build an inviting ecosystem for anyone wishing +to use Rust in their development process! +Want to get involved? [Join the Rust GameDev working group!][join] + +You can follow the newsletter creation process +by watching [the coordination issues][coordination]. +Want something mentioned in the next newsletter? +[Send us a pull request][pr]. +Feel free to send PRs about your own projects! + +[Rust]: https://rust-lang.org +[join]: https://github.com/rust-gamedev/wg#join-the-fun +[pr]: https://github.com/rust-gamedev/rust-gamedev.github.io +[coordination]: https://github.com/rust-gamedev/rust-gamedev.github.io/issues?q=label%3Acoordination + +- [Announcements](#announcements) +- [Game Updates](#game-updates) +- [Learning Material Updates](#learning-material-updates) +- [Engine Updates](#engine-updates) +- [Tooling Updates](#tooling-updates) +- [Library Updates](#library-updates) +- [Other News](#other-news) +- [Popular Workgroup Issues in Github](#popular-workgroup-issues-in-github) +- [Discussions](#discussions) +- [Requests for Contribution](#requests-for-contribution) +- [Jobs](#jobs) +- [Bonus](#bonus) + + + +## Announcements + +## Game Updates + +## Engine Updates + +## Learning Material Updates + +## Tooling Updates + +## Library Updates + +## Popular Workgroup Issues in Github + + + +## Other News + + + +## Discussions + + + +## Requests for Contribution + + + +## Jobs + + + +## Bonus + + + +------ + +That's all news for today, thanks for reading! + +Want something mentioned in the next newsletter? +[Send us a pull request][pr]. + +Also, subscribe to [@rust_gamedev on Twitter][@rust_gamedev] +or [/r/rust_gamedev subreddit][/r/rust_gamedev] if you want to receive fresh news! + + + +[/r/rust_gamedev]: https://reddit.com/r/rust_gamedev +[@rust_gamedev]: https://twitter.com/rust_gamedev diff --git a/newsletter-template.md b/newsletter-template.md index a15924150..1fc153882 100644 --- a/newsletter-template.md +++ b/newsletter-template.md @@ -28,9 +28,8 @@ Feel free to send PRs about your own projects! [join]: https://github.com/rust-gamedev/wg#join-the-fun [pr]: https://github.com/rust-gamedev/rust-gamedev.github.io [coordination]: https://github.com/rust-gamedev/rust-gamedev.github.io/issues?q=label%3Acoordination -[Rust]: https://rust-lang.org -[join]: https://github.com/rust-gamedev/wg#join-the-fun +- [Announcements](#announcements) - [Game Updates](#game-updates) - [Learning Material Updates](#learning-material-updates) - [Engine Updates](#engine-updates) @@ -66,6 +65,8 @@ _Discussions: If needed, a section can be split into subsections with a "------" delimiter. --> +## Announcements + ## Game Updates ## Engine Updates @@ -131,4 +132,3 @@ TODO: Add real links and un-comment once this post is published [/r/rust_gamedev]: https://reddit.com/r/rust_gamedev [@rust_gamedev]: https://twitter.com/rust_gamedev -[pr]: https://github.com/rust-gamedev/rust-gamedev.github.io