diff --git a/content/news/027/gms-talk.png b/content/news/027/gms-talk.png new file mode 100644 index 000000000..22522318c Binary files /dev/null and b/content/news/027/gms-talk.png differ diff --git a/content/news/027/index.md b/content/news/027/index.md index 357e6561f..a3bc5d08e 100644 --- a/content/news/027/index.md +++ b/content/news/027/index.md @@ -32,17 +32,15 @@ Feel free to send PRs about your own projects! [Rust]: https://rust-lang.org [join]: https://github.com/rust-gamedev/wg#join-the-fun +- [Rust GameDev Meetup](#rust-gamedev-meetup) - [Game Updates](#game-updates) - [Learning Material Updates](#learning-material-updates) - [Engine Updates](#engine-updates) - [Tooling Updates](#tooling-updates) - [Library Updates](#library-updates) -- [Popular Workgroup Issues in Github](#popular-workgroup-issues-in-github) - [Meeting Minutes](#meeting-minutes) - [Discussions](#discussions) - [Requests for Contribution](#requests-for-contribution) -- [Jobs](#jobs) -- [Bonus](#bonus) - ## Meeting Minutes - - -[See all meeting issues][label_meeting] including full text notes -or [join the next meeting][join]. +There is currently discussion ongoing around bringing back the +Rust GameDev Working Group's regular meetings. -[label_meeting]: https://github.com/rust-gamedev/wg/issues?q=label%3Ameeting +If you are interested in getting involved, please join the +[discussion thread](https://github.com/rust-gamedev/wg/discussions/115) +on the working group's issue tracker! ## Discussions - +### [Async Game Server Design][async-game-server] -## Requests for Contribution - - +On the Rust user forum, there was [a post][async-game-server] +asking how to use async/await (more specifically, `tokio` and +`tokio_tungstenite`) to develop a multiplayer game server. +The responses contain some useful ideas and advice which +may come in useful for other people's projects! -## Jobs +[async-game-server]: https://users.rust-lang.org/t/tokio-tungstenite-async-game-server-design/65996 - - -## Bonus +## Requests for Contribution - +- [Graphite is looking for contributors][graphite-contribute] to help reach + the 0.1 Alpha release. +- [winit's "difficulty: easy" issues][winit-issues]. +- [Backroll-rs, a new networking library][backroll-rs]. +- [Embark's open issues][embark-open-issues] ([embark.rs]). +- [wgpu's "help wanted" issues][wgpu-issues]. +- [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]. +- [SIMple Mechanic's good first issues][simm-issues]. +- [Bevy's "good first issue" issues][bevy-issues]. + +[graphite-contribute]: https://github.com/GraphiteEditor/Graphite/issues/202 +[winit-issues]: https://github.com/rust-windowing/winit/issues?q=is%3Aopen+is%3Aissue+label%3A%22difficulty%3A+easy%22 +[backroll-rs]: https://github.com/HouraiTeahouse/backroll-rs/issues +[embark.rs]: https://embark.rs +[embark-open-issues]: https://github.com/search?q=user:EmbarkStudios+state:open +[wgpu-issues]: https://github.com/gfx-rs/wgpu/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/a-b-street/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 +[simm-issues]: https://github.com/mkhan45/SIMple-Mechanics/labels/good%20first%20issue +[bevy-issues]: https://github.com/bevyengine/bevy/labels/E-Good-First-Issue ------