From 7dc01275df3e8bc3358fd3fd602c53743b7dc3d9 Mon Sep 17 00:00:00 2001 From: Forest Anderson Date: Wed, 5 Jun 2024 13:47:50 -0400 Subject: [PATCH 1/2] Newsletter release fixes --- content/news/051/index.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/content/news/051/index.md b/content/news/051/index.md index 40baed99d..da6a8b9f7 100644 --- a/content/news/051/index.md +++ b/content/news/051/index.md @@ -169,7 +169,7 @@ Rust's ownership and strongly typed features played a crucial role in allowing t to more complex and detailed mechanics while retaining correct, clean, and bug-free code. CyberGate Playground is a passion project. -If you're interested in the game's progress, join the [Discord server][cybergate-discord] +If you're interested in the game's progress, join the [Discord server][cybergate-discord]. [cybergate-shorts]: https://youtube.com/@cyber-gate/shorts [cybergate-discord]: https://discord.gg/P3D8weeQ7Z @@ -177,12 +177,12 @@ If you're interested in the game's progress, join the [Discord server][cybergate ## Engine Updates -### [Macroquad Newsletter] +### Macroquad Newsletter ![quad-gl](twiq_3d_helmet.gif) _"Basic" 3d rendering (gltf helmet)_ -[@Fedor](https://github.com/not-fl3/), creator of [*Quad], a game engine written in Rust, is starting a [This week in Quads](https://macroquad.rs/twiq) newsletter. +[@Fedor](https://github.com/not-fl3/), creator of [*Quad], a game engine written in Rust, is starting a ["This week in Quads"](https://macroquad.rs/twiq) newsletter. This month overall polish, developer experience, performance optimization, and basic 3d visualization have been worked on. @@ -315,22 +315,22 @@ Special mention to the following talks, relevant to game development: ### New libraries -- [egui_ratatui](https://github.com/gold-silver-copper/egui_ratatui): A ratatui backend that is also an egui widget. -Deploy on the web with WASM or ship natively with Bevy, macroquad, or eframe +- [egui_ratatui](https://github.com/gold-silver-copper/egui_ratatui): A ratatui backend that is also an egui widget +Deploy on the web with WASM or ship natively with Bevy, macroquad, or eframe - [bevy_ratatui_render](https://github.com/cxreiff/bevy_ratatui_render): A Bevy plugin for rendering your game to the terminal using ratatui -- [bevy_light_2d](https://github.com/jgayfer/bevy_light_2d): General purpose 2D lighting for the Bevy game engine. +- [bevy_light_2d](https://github.com/jgayfer/bevy_light_2d): General purpose 2D lighting for the Bevy game engine ### Library Updates - [Kira 0.9](https://github.com/tesselode/kira/releases/tag/v0.9.0): Library for expressive game audio -- [Quinn 0.11.2](https://github.com/quinn-rs/quinn/releases/tag/0.11.2): Async-friendly QUIC implementation in Rust -- [rolt and jolt-sys 0.3.1](https://github.com/SecondHalfGames/jolt-rust/blob/main/CHANGELOG.md#v030): Rust bindings to Jolt Physics -- [Hanabi 0.11](https://github.com/djeedai/bevy_hanabi/blob/v0.11.0/CHANGELOG.md): A GPU particle system plugin for the Bevy game engine. +- [Quinn 0.11.2](https://github.com/quinn-rs/quinn/releases/tag/0.11.2): Async-friendly QUIC implementation in Rust +- [rolt and jolt-sys 0.3.1](https://github.com/SecondHalfGames/jolt-rust/blob/main/CHANGELOG.md#v030): Rust bindings to Jolt Physics +- [Hanabi 0.11](https://github.com/djeedai/bevy_hanabi/blob/v0.11.0/CHANGELOG.md): A GPU particle system plugin for the Bevy game engine ### Blog Posts - [Architectural Ruminations][pixel-wizards-arch]: reflections on using Rust for game development, - prompted by LogLog Games's _[Leaving Rust game dev after 3 years]_. + prompted by LogLog Games's [Leaving Rust game dev after 3 years] ### Videos From 06cf62f1008e0e3a157695d909060e258556e10a Mon Sep 17 00:00:00 2001 From: Forest Anderson Date: Wed, 5 Jun 2024 13:51:28 -0400 Subject: [PATCH 2/2] Update content/news/051/index.md Co-authored-by: Jan Hohenheim --- content/news/051/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/news/051/index.md b/content/news/051/index.md index da6a8b9f7..15979c884 100644 --- a/content/news/051/index.md +++ b/content/news/051/index.md @@ -315,7 +315,7 @@ Special mention to the following talks, relevant to game development: ### New libraries -- [egui_ratatui](https://github.com/gold-silver-copper/egui_ratatui): A ratatui backend that is also an egui widget +- [egui_ratatui](https://github.com/gold-silver-copper/egui_ratatui): A ratatui backend that is also an egui widget. Deploy on the web with WASM or ship natively with Bevy, macroquad, or eframe - [bevy_ratatui_render](https://github.com/cxreiff/bevy_ratatui_render): A Bevy plugin for rendering your game to the terminal using ratatui - [bevy_light_2d](https://github.com/jgayfer/bevy_light_2d): General purpose 2D lighting for the Bevy game engine