Skip to content

Commit d01c62f

Browse files
authored
N30: Way of Rhea (#921)
1 parent 7beddfb commit d01c62f

File tree

3 files changed

+54
-0
lines changed

3 files changed

+54
-0
lines changed

content/news/030/awn-header.jpg

247 KB
Loading

content/news/030/index.md

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,35 @@ fixes and additions:
114114
[Vangers]: https://www.gog.com/en/game/vangers
115115
[@kvark]: https://github.com/kvark/
116116

117+
### [Way of Rhea][wor]
118+
119+
![way of rhea capsule image](wor-capsule.jpg)
120+
121+
[Way of Rhea][wor] is a puzzle adventure with hard puzzles and forgiving
122+
mechanics being produced by [@masonremaley][wor-mason-remaley] in a custom Rust
123+
engine. It has a demo available [on Steam][wor].
124+
125+
Latest developments:
126+
127+
- [Making Your Game Go Fast by Asking Windows Nicely][wor-fast] was published,
128+
discussing Windows specific performance tweaks in Way of Rhea's engine
129+
- Work started on the Snowcrab + Teleporter puzzles, completing nearly all the
130+
puzzles in the main game
131+
- Work began on art for The Professor (pictured left), Shrew, and Hermes
132+
- Work began on artwork for the Mushroom Biome, and continued on the Hub World
133+
- The narrative was reworked, and the dialogue system was improved
134+
- The main menu, pause menu, and option screen UIs were replaced
135+
136+
You can stay up to date with the latest Way of Rhea developments by
137+
[following it on Steam][wor], signing up for [their mailing list][wor-newsletter],
138+
or joining [their Discord][wor-discord].
139+
140+
[wor]: https://store.steampowered.com/app/1110620/Way_of_Rhea/?utm_campaign=tmirgd&utm_source=n30
141+
[wor-mason-remaley]: https://twitter.com/masonremaley
142+
[wor-newsletter]: https://www.anthropicstudios.com/newsletter/signup
143+
[wor-fast]: https://www.anthropicstudios.com/2022/01/13/asking-windows-nicely/
144+
[wor-discord]: https://discord.gg/JGeVt5XwPP
145+
117146
## Engine Updates
118147

119148
### [Rusty Engine 4.0]
@@ -177,6 +206,31 @@ to a sizable list! ([#845][gd-845])
177206

178207
## Learning Material Updates
179208

209+
### [Making Your Game Go Fast by Asking Windows Nicely][awn-post]
210+
211+
[![A speed limit sign labeled 45 FPS](awn-header.jpg)][awn-post]
212+
213+
[Mason Remaley][awn-mason-remaley] published [a blog post][awn-post] covering
214+
Windows specific performance tweaks employed in his Rust game engine:
215+
216+
> Normally, to make your software go faster, it has to do less work. This
217+
> usually involves improving your algorithms, skipping work the user won't see,
218+
> factoring your target hardware into the design process, or modifying your
219+
> game's content.
220+
>
221+
> We're not talking about any of that today. This post is a list of ways to make
222+
> your game run faster on Windows–without making any major changes to your
223+
> game's content, code, or algorithms.
224+
225+
You can read more [here][awn-post].
226+
227+
_Discussions:
228+
[/r/rust_gamedev][awn-rust-gamedev]_
229+
230+
[awn-mason-remaley]: https://twitter.com/masonremaley
231+
[awn-post]: https://www.anthropicstudios.com/2022/01/13/asking-windows-nicely/
232+
[awn-rust-gamedev]: https://www.reddit.com/r/rust_gamedev/comments/s393sx/making_your_game_go_fast_by_asking_windows_nicely/
233+
180234
## Tooling Updates
181235

182236
### [Nodus][nodus-github]

content/news/030/wor-capsule.jpg

199 KB
Loading

0 commit comments

Comments
 (0)