@@ -68,6 +68,69 @@ If needed, a section can be split into subsections with a "------" delimiter.
68
68
69
69
## Game Updates
70
70
71
+ ### [ CyberGate] [ cybergate-yt ]
72
+
73
+ ![ building a
10000
nd fighting] ( cybergate.gif )
74
+ _ building shelter and fighting a colony of red monsters_
75
+
76
+ CyberGate ([ YouTube] [ cybergate-yt ] , [ Discord] [ cybergate-dis ] ) by CyberSoul
77
+ is an attempt to use artificial intelligence to build diverse universe experiences
78
+ with strange creatures and procedural gameplay styles.
79
+ Currently in Phase 5.2 (analogously version 0.5.2),
80
+ they finalized a playable game with the tech they have developed up until now.
81
+
82
+ Recent updates:
83
+
84
+ - In-house Transport layer with Reliability and Package aggregation, over WebRTC
85
+ - Implemented Winit background process on all browsers
86
+ - Introduced Grabbing and Building Mechanics
87
+ - Created enemy AI that groups and flies in colonies. Includes a deadly night mode
88
+ - Usernames and life points with Fontdue.rs
89
+ - Menu and leaderboard using yakui.rs
90
+ - Improved the Automation to push Server Updates
91
+ - Improved wasm related performance, latency, and connection freezing bugs.
92
+
93
+ [ Join the Discord server] [ cybergate-dis ] to participate in upcoming Phase 6.0!
94
+
95
+ _ Discussions: [ /r/rust_gamedev] ( https://www.reddit.com/r/rust_gamedev/comments/xo03s5/cybergate_release_5_webrtc_multiplayer_with/ ) _
96
+
97
+ [ cybergate-yt ] : https://youtube.com/channel/UClrsOso3Xk2vBWqcsHC3Z4Q
98
+ [ cybergate-dis ] : https://discord.gg/R7DkHqw7zJ
99
+
100
+ ### [ Graviton] [ graviton-website ]
101
+
102
+ ![ Graviton] ( graviton.png )
103
+ _ Take a little break to relax and draw some sand art_
104
+
105
+ [ Graviton] ( https://www.gravitongame.art/ ) by
106
+ [ @hakolao ] ( https://github.com/hakolao )
107
+ is a relaxing simulation game in which you draw colored sand and watch it
108
+ interact with gravity.
109
+
110
+ The game is going to be released in early access on
111
+ [ Steam] ( https://store.steampowered.com/app/2137280/Graviton__A_Relaxing_Sand_Simulation/?utm_source=rust_gamedev&utm_medium=web )
112
+ during this October.
113
+
114
+ _ Discussions: [ /r/rust_gamedev] ( https://www.reddit.com/r/rust_gamedev/comments/xfqd2t/graviton_relaxing_sand_art ) _
115
+
116
+ [ graviton-website ] : https://www.gravitongame.art/
117
+
118
+ ### Flesh
119
+
120
+ ![ flesh preview] ( flesh.gif )
121
+ _ 4th area_
122
+
123
+ [ Flesh] by [ @im_oab] is a 2D-horizontal shmup game with hand-drawn animation and
124
+ an organic/fleshy theme. It is implemented using [ Tetra] . This month's updates
125
+ include:
126
+
127
+ - Finishing up the last area of the game.
128
+ - Making animation of the game's intro/ending.
129
+
130
+ [ Flesh ] : https://store.steampowered.com/app/1660850/Flesh/
131
+ [ @im_oab ] : https://twitter.com/im_oab
132
+ [ Tetra ] : https://github.com/17cupsofcoffee/tetra
133
+
71
134
### [ Ultimechs]
72
135
73
136
![ Ultimechs - let the games begin] ( ultimechs.png )
@@ -157,6 +220,25 @@ and finally how to tie it all together with a client app made with [bevy].
157
220
158
221
## Tooling Updates
159
222
223
+ ### Feldversuch
224
+
225
+ ![ Feldversuch] ( feldversuch.gif )
226
+
227
+ Feldversuch by [ @siebencorgie ] ( https://twitter.com/siebencorgie )
228
+ is an experimental extension to the class of wavetable
229
+ synthesizers based on signed distance fields.
230
+
231
+ Feldversuch uses user defined fields not only to render the
232
+ interface, but to generate sound based on them as well. The
233
+ so-called * sampling plane* (seen moving back and forth above)
234
+ defines the wave shape that is played back.
235
+
236
+ Further experiments include rotation (instead of the sweep
237
+ movement) as well as different interpretations of the wave
238
+ shape. Have a look at the [ presentation video] ( https://www.youtube.com/watch?v=GZVdzcwSEaw )
239
+ and the [ blog post] ( https://siebencorgie.rs/gallery/feldversuch/ )
240
+ for further details.
241
+
160
242
## Library Updates
161
243
162
244
## Popular Workgroup Issues in Github
0 commit comments