@@ -30,6 +30,7 @@ a pull request][pr]. Feel free to send PRs about your own projects!
30
30
- [ Engine Updates] ( #engine-updates )
31
31
- [ Tooling Updates] ( #tooling-updates )
32
32
- [ Library Updates] ( #library-updates )
33
+ - [ Other News] ( #other-news )
33
34
- [ Popular Workgroup Issues in Github] ( #popular-workgroup-issues-in-github )
34
35
- [ Meeting Minutes] ( #meeting-minutes )
35
36
- [ Discussions] ( #discussions )
@@ -643,8 +644,8 @@ _A [demo video][solid-video] of using the editor_
643
644
644
645
[ Solid Editor] [ solid ] is [ Solid Engine] [ solid-engine ] 's custom-built voxel
645
646
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
648
649
standalone application.
649
650
650
651
> Besides being natively compatible with Solid Engine, the editor sports some
@@ -804,30 +805,33 @@ system. There are many other works in progress.
804
805
## Other News
805
806
806
807
- 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.
812
815
- Other learning material updates:
813
816
- [ GBA From Scratch] is a tutorial on how to code for the Game Boy Advance
814
817
using Rust.
815
818
- [ Ping Pong Tutorial] is a walkthrough on creating a ping pong game in Rust.
816
819
- 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.
819
823
- Other library updates:
820
- - [ natura] is a spring animation library.
824
+ - [ natura] is a simple and efficient spring animation library.
821
825
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
824
828
[ 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
826
830
[ Endless Trial ] : https://reddit.com/r/rust_gamedev/comments/qw5e36/endless_trial_simple_2d_bullethell_game
827
831
[ GBA From Scratch ] : https://lokathor.github.io/gba-from-scratch/introduction.html
828
832
[ 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
831
835
[ natura ] : https://github.com/ziyasal/natura
832
836
833
837
## Discussions
0 commit comments