From ff2600c984862f26e79b7355a9cb3bf2f4ba101c Mon Sep 17 00:00:00 2001 From: Andrey Lesnikov Date: Thu, 30 Apr 2020 22:02:42 +0300 Subject: [PATCH] Newsletter 9: Initial draft --- content/posts/newsletter-009/index.md | 119 ++++++++++++++++++++++++++ 1 file changed, 119 insertions(+) create mode 100644 content/posts/newsletter-009/index.md diff --git a/content/posts/newsletter-009/index.md b/content/posts/newsletter-009/index.md new file mode 100644 index 000000000..58ef3e57c --- /dev/null +++ b/content/posts/newsletter-009/index.md @@ -0,0 +1,119 @@ ++++ +title = "This Month in Rust GameDev #9 - April 2020" +date = 2020-05-04 +transparent = true +draft = true ++++ + + + +Welcome to the ninth 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] + +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 + + + +## Game Updates + +## Library & Tooling Updates + +## Popular Workgroup Issues in Github + + + +## Meeting Minutes + + + +[See all meeting issues][label_meeting] including full text notes +or [join the next meeting][join]. + +[label_meeting]: https://github.com/rust-gamedev/wg/issues?q=label%3Ameeting + +## Requests for Contribution + + + +- [Embark's open issues][embark-open-issues] ([embark.rs]); +- [winit's "Good first issue" and “help wanted” issues][winit-issues]; +- [gfx-rs's "contributor-friendly" issues][gfx-issues]; +- [wgpu's "help wanted" issues][wgpu-help-wanted]; +- [luminance's "low hanging fruit" issues][luminance-fruits]; +- [ggez's "good first issue" issues][ggez-issues]; +- [Veloren's "beginner" issues][veloren-beginner]; +- [Amethyst's "good first issue" issues][amethyst-issues]; +- [A/B Street's "good first issue" issues][abstreet-issues]; +- [Mun's "good first issue" issues][mun-issues]; + +[embark.rs]: https://embark.rs +[embark-open-issues]: https://github.com/search?q=user:EmbarkStudios+state:open +[winit-issues]: https://github.com/rust-windowing/winit/issues?utf8=✓&q=is%3Aissue+is%3Aopen+label%3A%22status%3A+help+wanted%22+label%3A%22Good+first+issue%22 +[gfx-issues]: https://github.com/gfx-rs/gfx/issues?q=is%3Aissue+is%3Aopen+label%3Acontributor-friendly +[wgpu-help-wanted]: https://github.com/gfx-rs/wgpu-rs/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22 +[luminance-fruits]: https://github.com/phaazon/luminance-rs/issues?q=is%3Aissue+is%3Aopen+label%3A%22low+hanging+fruit%22 +[ggez-issues]: https://github.com/ggez/ggez/labels/%2AGOOD%20FIRST%20ISSUE%2A +[veloren-beginner]: https://gitlab.com/veloren/veloren/issues?label_name=beginner +[amethyst-issues]: https://github.com/amethyst/amethyst/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22 +[abstreet-issues]: https://github.com/dabreegster/abstreet/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22 +[mun-issues]: https://github.com/mun-lang/mun/labels/good%20first%20issue + +## Bonus + + + +Just an interesting Rust gamedev link from the past. :) + +------ + +That's all news for today, thanks for reading! + +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 \ No newline at end of file