@@ -194,11 +194,11 @@ _One of the many unique and confounding puzzles in the game_
194
194
Worship The Sun is a dark, mysterious 2D puzzle-platform game with computer
195
195
science themes. It introduces the player to a rich language of puzzle elements
196
196
and challenges them to solve difficult puzzles that require experimentation,
197
- comprehension and internalisation of the game's mechanics.
197
+ comprehension, and internalisation of the game's mechanics.
198
198
199
199
The game is built using a custom engine that sits on top of [ legion] [ legion ] ,
200
- [ wgpu] [ wgpu ] and a handful of other crates. It features dynamic lighting, a
201
- flexible particle system, bespoke collision behaviour and a Vim-inspired level
200
+ [ wgpu] [ wgpu ] , and a handful of other crates. It features dynamic lighting, a
201
+ flexible particle system, bespoke collision behaviour, and a Vim-inspired level
202
202
editor. The majority of game assets are hand drawn in [ Procreate] [ procreate ]
203
203
and painstakingly animated.
204
204
@@ -385,7 +385,7 @@ particularly for game AI programming purposes.
385
385
Development started at the end of October, recent additions include:
386
386
387
387
- Basic enemy AI behaviour mostly based on steering behaviours.
388
- - Possibly the world's most nauseating physics driven camera.
388
+ - Possibly the world's most nauseating physics- driven camera.
389
389
- Too many particles.
390
390
391
391
[ macroquad ] : https://github.com/not-fl3/macroquad
@@ -756,7 +756,7 @@ shared-arena provides three memory pools with different trade-offs:
756
756
757
757
The crate uses unsafe in a few places,
758
758
but the code is covered by the miri interpreter, valgrind and 3 sanitizers
759
- (address, leak and memory) [ on each commit] [ shared-arena-ga ] .
759
+ (address, leak, and memory) [ on each commit] [ shared-arena-ga ] .
760
760
761
761
_ Discussions:
762
762
[ /r/rust] ( https://reddit.com/r/rust/comments/jddens/announcing_shared_arena ) _
@@ -954,7 +954,7 @@ It is now able to run [bve-reborn] correctly:
954
954
The ` ggez ` game library traditionally tries to make at least one release
955
955
at the end of each year, and that is fast approaching. While the
956
956
graphics engine rewrite is still a work in progress, there's plenty of
957
- other useful updates to be made. Bugfixes, dependency updates and other
957
+ other useful updates to be made. Bugfixes, dependency updates, and other
958
958
ergonomic fixes are all on the table. A lot of work has already been
959
959
done: removing ` nalgebra ` from the public API in favor of just using
960
960
` mint ` , re-working some dependencies to improve build times, and
@@ -1236,7 +1236,7 @@ _Discussions:
1236
1236
[ ![ Ajour Banner] ( ajour-banner.jpg )] [ Ajour ]
1237
1237
1238
1238
[ Ajour] is a World of Warcraft addon manager written in Rust using [ Iced] as GUI
1239
- library. The project is completely advertisement free, privacy respecting and
1239
+ library. The project is completely advertisement free, privacy respecting, and
1240
1240
open source.
1241
1241
1242
1242
October updates include:
0 commit comments