@@ -202,6 +202,42 @@ bugs and missing features, you can give it a try very soon!
202
202
[ gd-twitter ] : https://twitter.com/GodotRust
203
203
[ gd-gdext ] : https://godotengine.org/article/introducing-gd-extensions
204
204
205
+ ### [ Dims] [ dims-website ]
206
+
207
+ ![ A short video of changing the speed of the day/night cycle from Dims script parameters] ( dims-timecycle.gif )
208
+
209
+ [ Dims] [ dims-website ] ([ Twitter] [ dims-twitter ] , [ Discord] [ dims-discord ] ,
210
+ [ YouTube] [ dims-youtube ] ) is a pre-alpha collaborative open-world
211
+ creation platform.
212
+ Users can hop in sessions and build a game together, allowing everyone
213
+ to bring out their inner game-maker.
214
+
215
+ In September, the platform continued to make steady progress, with new features
216
+ and bugfixes being made on a daily basis. The highlights are:
217
+
218
+ - The team's very first game of entirely scripted multiplayer Team Deathmatch 🎉
219
+ - All player logic was moved to the Rust scripting layer, allowing for it to be
220
+ changed on the fly
221
+ - The implementation of animation retargeting, so you can use any animation with
222
+ any model, as long as they share the same skeletal structure
223
+ - Scripting now has greater access to the ECS, allowing it to move the sun 🌅
224
+ - Initial work on an asset database and pipeline, so that you can import any
225
+ asset and use it amongst your Dims projects
226
+ - An all-new object manipulation/placement tool suite
227
+ - Objects can now be consistently stacked, moved as a group, placed within
228
+ each other, and more!
229
+ - Many other infrastructural changes and improvements, including macOS and
230
+ Linux builds
231
+
232
+ Want to try Dims out for yourself? Come join the [ Discord] [ dims-discord ] to be
233
+ notified of future public tests, see the latest features before everyone else,
234
+ and to talk to the devs personally.
235
+
236
+ [ dims-website ] : https://dims.co
237
+ [ dims-twitter ] : https://twitter.com/DimsWorlds
238
+ [ dims-discord ] : https://discord.gg/Z5CAVmNE57
239
+ [ dims-youtube ] : https://youtube.com/channel/UCR5gOwS7uSl0a0dl7MLQoqg
240
+
205
241
## Learning Material Updates
206
242
207
243
### [ Making a turn-based multiplayer game in Rust] [ tbs-tutrial-1 ]
0 commit comments