You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/news/033/index.md
+11-11Lines changed: 11 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -91,7 +91,7 @@ working on at the next meetup on [May 14th][rust-meetup-time], fill out
91
91
92
92
The 2nd Rust Graphics Meetup will take place on the [21st of May, at 16:00
93
93
UTC+0][graphics-meetup-time]. This meetup is a chance to show off what you've
94
-
been working on in the graphics community, or see what other people have doing!
94
+
been working on in the graphics community, or see what other people have been doing!
95
95
96
96
If you're interested in speaking, please fill out the
97
97
[form][graphics-meetup-form]. You can also [watch one of the
@@ -106,7 +106,7 @@ talks][rend3-graphics-meetup-talk] from the first meetup.
106
106

107
107
108
108
[Carlo][carlosupina] is building a custom arcade cabinet that will be at
109
-
RustConf 2022 in Portland. It is an opportunity for Rust gamedevs to share their
109
+
RustConf 2022 in Portland. It is an opportunity for Rust game developers to share their
110
110
games with the broader community. If you are interested in getting your game on
111
111
the cabinet, read [this Twitter thread][arcade-cabinet-thread] and fill out the
112
112
[interest form][arcade-interest-form].
@@ -130,7 +130,7 @@ Way of Rhea was recently [shown off at PAX East!][wor-pax] A
130
130
131
131
- An issue that made the last puzzle in the third forest level difficult to
132
132
navigate with a controller was worked around
133
-
- Colliders in the Hermes puzzle were fixed (previously you cold land on top of
133
+
- Colliders in the Hermes puzzle were fixed (previously you could land on top of
134
134
a gate if you held left while sliding)
135
135
- The attract mode that was used at PAX has been merged (not in demo)
136
136
- More jungle biome scenery has been placed (not in demo)
@@ -165,7 +165,7 @@ It has been developed by a programming duo
165
165
called LogLog Games.
166
166
They have been working on it for the past year and it is
167
167
their biggest game so far (they also have 2 smaller games).
168
-
[BITGUN] is writen in Godot Engine but it is using
168
+
[BITGUN] is written in Godot Engine but it is using
169
169
Rust language extensively (it has around 7500 lines of Rust
170
170
and 4200 lines of GDScript).
171
171
@@ -303,7 +303,7 @@ Bevy 0.7 was a massive community effort. You can check out the
303
303
-[Render to texture: cameras can now be configured to render to a texture instead of a window][bevy-render-texture]
304
304
-[Flexible mesh vertex layouts in shaders][bevy-vertex]
305
305
-[ECS improvements: Order systems using their names, Query::many_mut, use conflicting parameters in systems via ParamSets, WorldQuery derives][bevy-ecs]
306
-
-[Documentation improvements: better examples, more doc tests and more coverage][bevy-docs]
306
+
-[Documentation improvements: better examples, more doc tests, and more coverage][bevy-docs]
307
307
-[More audio control: pause, volume, speed, and looping][bevy-audio]
308
308
-[Power usage options to enable only updating Bevy Apps when input occurs][bevy-power]
309
309
@@ -333,7 +333,7 @@ _Discussions:
333
333

334
334
_Foliage rendering in Dims_
335
335
336
-
Dims is an openworld creation platform.
336
+
Dims is an open-world creation platform.
337
337
338
338
In their latest [dev log][dims-dev-log] they
339
339
demonstrate a new foliage rendering and spawning system, which automatically
@@ -366,15 +366,15 @@ _Behavior Nodes of Eldiron_
366
366
[Twitter](https://twitter.com/MarkusMoenig)) by [@markusmoenig](https://github.com/markusmoenig)
367
367
is a creator for classic role playing games (RPGs) written in Rust.
368
368
369
-
Eldiron v0.5 features inbuild tile maps, a nodebased behavior system
369
+
Eldiron v0.5 features inbuild tilemaps, a node-based behavior system
370
370
and region editors.
371
371
372
372
Development Updates in April:
373
373
374
374
- Support for 4 layers of tiles for game regions.
375
375
This enables transparency and support for top-down and isometric views.
376
376
- Game regions can now contain named areas.
377
-
- Areas can contain behavior nodes to spawn monsters, lay traps or
377
+
- Areas can contain behavior nodes to spawn monsters, lay traps, or
378
378
displace tiles (for example to open a door).
379
379
- New "Systems" module to create behavior for Combat and soon for Crafting,
380
380
Magic and more. System behavior trees can be called from any character.
@@ -387,7 +387,7 @@ like the classical Ultima series.
387
387
### [Hotham][hotham]
388
388
389
389

390
-
_Screenshot from The Station, an upcoming space station simulaton game, built
390
+
_Screenshot from The Station, an upcoming space station simulation game, built
391
391
with Hotham_
392
392
393
393
[Hotham][hotham] is a game engine for standalone VR devices, trying to make VR
@@ -412,7 +412,7 @@ the wonderful members of the [Hotham discord][hotham-discord].
412
412
413
413
[Game Development with Rust and WebAssembly][wasm-gamedev] by
414
414
Eric Smith (a.k.a [@paytonrules][wasm-gamedev-twitter])
415
-
was published in April. It takes a tutorial approach to leading the reader
415
+
was published in April. It takes a tutorial approach to lead the reader
416
416
through building an endless runner using Rust and WebAssembly. You can play
0 commit comments