Skip to content

Small release fixes #1524

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 5, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions content/news/051/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,20 +169,20 @@ 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
[cybergate-fuse]: https://www.youtube.com/shorts/ewnZ6VVSYMM

## 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.

Expand Down Expand Up @@ -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

Expand Down
Loading