Skip to content

Commit b874f85

Browse files
committed
Added recommended other news changes
1 parent 8c3362d commit b874f85

File tree

1 file changed

+19
-15
lines changed

1 file changed

+19
-15
lines changed

content/news/028/index.md

Lines changed: 19 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ a pull request][pr]. Feel free to send PRs about your own projects!
3030
- [Engine Updates](#engine-updates)
3131
- [Tooling Updates](#tooling-updates)
3232
- [Library Updates](#library-updates)
33+
- [Other News](#other-news)
3334
- [Popular Workgroup Issues in Github](#popular-workgroup-issues-in-github)
3435
- [Meeting Minutes](#meeting-minutes)
3536
- [Discussions](#discussions)
@@ -643,8 +644,8 @@ _A [demo video][solid-video] of using the editor_
643644

644645
[Solid Editor][solid] is [Solid Engine][solid-engine]'s custom-built voxel
645646
graphics editor. It is designed to be a key part of the engine's asset pipeline,
646-
enabling the creation of game-ready voxel graphics assets. Since the engine part is
647-
pretty far from being done, the author decided to release this editor as a
647+
enabling the creation of game-ready voxel graphics assets. Since the engine part
648+
is pretty far from being done, the author decided to release this editor as a
648649
standalone application.
649650

650651
> Besides being natively compatible with Solid Engine, the editor sports some
@@ -804,30 +805,33 @@ system. There are many other works in progress.
804805
## Other News
805806

806807
- Other game updates:
807-
- [Rust Shooter] is a first-person shooter.
808-
- [Way of Rhea] is a puzzle platformer with a focus on the puzzle side.
809-
- [Necrophaser] is a recently alpha-released Top-Down Shooter made with Bevy
810-
- [Stellary 2] is a space game made in a custom engine
811-
- [Endless Trial] is a 2D bullet-hell game made in Tetra
808+
- [Rust Shooter progress report][rust-shooter]:
809+
GLTF import, more character animations and weapons, and underwater effects.
810+
- [A video of the new record for speedrunning the Way of Rhea demo][war-speedrun]
811+
(spoilers!)
812+
- [Necrophaser] is a recently alpha-released Top-Down Shooter made with Bevy.
813+
- [A new spaceship for Stellary 2][stellary].
814+
- [Endless Trial] is a 2D bullet-hell game made in Tetra.
812815
- Other learning material updates:
813816
- [GBA From Scratch] is a tutorial on how to code for the Game Boy Advance
814817
using Rust.
815818
- [Ping Pong Tutorial] is a walkthrough on creating a ping pong game in Rust.
816819
- Other engine updates:
817-
- [rg3d] is a 3D game engine.
818-
- [mini/macroquad] is a game engine.
820+
- [rg3d now has a cheat/guide book][rg3d-book].
821+
- [miniquad got a GL2 backend][miniquad-gl2] for even better support
822+
of old and/or virtual systems.
819823
- Other library updates:
820-
- [natura] is a spring animation library.
824+
- [natura] is a simple and efficient spring animation library.
821825

822-
[Rust Shooter]: https://reddit.com/r/rust_gamedev/comments/r06n8o/rust_shooter_another_update
823-
[Way of Rhea]: https://twitter.com/AnthropicSt
826+
[rust-shooter]: https://reddit.com/r/rust_gamedev/comments/r06n8o/rust_shooter_another_update
827+
[war-speedrun]: https://www.youtube.com/watch?v=Z0lKsABSwME
824828
[Necrophaser]: https://reddit.com/r/rust_gamedev/comments/ql65sw/alpha_release_of_necrophaser
825-
[Stellary 2]: https://twitter.com/CoffeJunkStudio/status/1459493244648280071
829+
[stellary]: https://twitter.com/CoffeJunkStudio/status/1459493244648280071
826830
[Endless Trial]: https://reddit.com/r/rust_gamedev/comments/qw5e36/endless_trial_simple_2d_bullethell_game
827831
[GBA From Scratch]: https://lokathor.github.io/gba-from-scratch/introduction.html
828832
[Ping Pong Tutorial]: https://phychic-owl.medium.com/rust-project-ping-pong-game-665766cc45ed
829-
[rg3d]: https://twitter.com/DmitryNStepanov/status/1456338636790697986
830-
[mini/macroquad]: https://twitter.com/fedor_games/status/1462804219719831552
833+
[rg3d-book]: https://rg3d-book.github.io
834+
[miniquad-gl2]: https://twitter.com/fedor_games/status/1462804219719831552
831835
[natura]: https://github.com/ziyasal/natura
832836

833837
## Discussions

0 commit comments

Comments
 (0)