@@ -212,6 +212,39 @@ _Discussions:
212
212
[ bevy-hierarchy ] : https://bevyengine.org/news/bevy-0-8/#hierarchy-commands
213
213
[ bevy-taffy ] : https://bevyengine.org/news/bevy-0-8/#taffy-migration-a-refreshed-ui-layout-library
214
214
215
+ ### [ Dims] [ dims-website ]
216
+
217
+ ![ Concept art of a player creating a world in Dims] ( dims-concept-art.jpg )
218
+
219
+ [ Dims] [ dims-website ] ([ Twitter] [ dims-twitter ] , [ Discord] [ dims-discord ] ,
220
+ [ YouTube] [ dims-youtube ] ) is a pre-alpha collaborative open-world
221
+ creation platform.
222
+ Users can hop in sessions and build a game together, allowing everyone
223
+ to bring out their inner game-maker.
224
+
225
+ In July, development continued to make great strides. Some of the highlights
226
+ include:
227
+
228
+ - Continued work on the audio system, including in-game graphs of attenuation
229
+ and other audio-related functions
230
+ - The introduction of an intent system that allows for user actions to be
231
+ undone and replayed arbitrarily
232
+ - A complete UI facelift using Material UI icons and a new design language
233
+ - A new scripting system using WebAssembly + WASI and Rust as a guest language
234
+ (look forward to an article on this soon!)
235
+ - The beginnings of a shared asset database that lets you and your team easily
236
+ share assets amongst each other and with other projects
237
+ - Various infrastructural and rendering fixes, including more accurate PBR
238
+
239
+ Want to try Dims out for yourself? Come join the [ Discord] [ dims-discord ] to be
240
+ notified of future public tests, see the latest features before everyone else,
241
+ and to talk to the devs personally.
242
+
243
+ [ dims-website ] : https://dims.co
244
+ [ dims-twitter ] : https://twitter.com/DimsWorlds
245
+ [ dims-discord ] : https://discord.gg/Z5CAVmNE57
246
+ [ dims-youtube ] : https://youtube.com/channel/UCR5gOwS7uSl0a0dl7MLQoqg
247
+
215
248
## Learning Material Updates
216
249
217
250
### Pathfinding in Rust
0 commit comments