8000 N28: Added Hydrofoil Generation section by kunos · Pull Request #869 · rust-gamedev/rust-gamedev.github.io · GitHub
[go: up one dir, main page]

Skip to content

N28: Added Hydrofoil Generation section #869

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 15 commits into from
Dec 5, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added content/news/028/hgs5.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/news/028/hgs5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
31 changes: 31 additions & 0 deletions content/news/028/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,37 @@ In December their main focus will be on audio, and polishing the game.
[weapon-twitter]: https://twitter.com/kiss_mrton/status/1459567092995403776
[boss-twitter]: https://twitter.com/kiss_mrton/status/1457022034949689351

### [Hydrofoil Generation]

![hgs_screen](hgs5.jpg)

[Hydrofoil Generation] ([Facebook][hgs_facebook],
[Discord][hgs_discord]) is a realistic sailing/foiling
inshore simulator in development for PC/Steam that will put you in the
driving seat of modern competitive sailing.

November was dedicated to the launch of the [Steam Store][hgs_steam] page and associated
[trailer][hgs_trailer] showcasing Hydrofoil Generation's custom Rust engine in motion
for the first time.
Constant tweaks to the boat behavior and addition of gameplay features are
ongoing as the planned Q2 2022 Steam Early Access release gets closer
and closer.

December 2021 will see an attempt to port the rendering backend of the game
from DirectX 11 to WGPU in order to widen the number of platforms reacheable
with a particular interest in the Steam Deck that seems to offer the perfect
controller layout for such a demanding simulation as Hydrofoil Generation.

You will be able to follow the progress of the port Mondays and Fridays on
[Twitch][hgs_twitch].

[Hydrofoil Generation]: https://hydrofoil-generation.com/
[hgs_facebook]: https://www.facebook.com/HydrofoilGenerationSailing/
[hgs_discord]: https://discord.gg/DtKgt2duAy/
[hgs_steam]: https://store.steampowered.com/app/1448820/Hydrofoil_Generation/
[hgs_trailer]: https://youtu.be/CfmCLr19Hbs
[hgs_twitch]: https://www.twitch.tv/kunosstefano

## Engine Updates

### [Tetra] 0.6.7
Expand Down
0