@@ -68,6 +68,45 @@ If needed, a section can be split into subsections with a "------" delimiter.
68
68
69
69
## Game Updates
70
70
71
+ ### [ Ultimechs]
72
+
73
+ ![ Ultimechs - let the games begin] ( ultimechs.png )
74
+
75
+ [ Ultimechs]
76
+ ([ Discord] ( https://discord.com/invite/srX92DRt9G ) ,
77
+ [ Twitter] ( https://twitter.com/ultimechs ) ,
78
+ [ Facebook] ( https://www.facebook.com/Ultimechs/ ) ,
79
+ [ Reddit] ( https://www.reddit.com/r/Ultimechs/ ) ,
80
+ [ YouTube] ( https://www.youtube.com/channel/UC6t6delBJRxnaBcqBPpC3Gg ) )
81
+ by [ Resolution Games] ( https://www.resolutiongames.com )
82
+ is a future sports game played with mechs.
83
+ It is VR, multiplayer, and free to play.
84
+
85
+ Ultimechs is partially written in Rust.
86
+ The Rust code is for the core of the game, including the game rules,
87
+ networking, and physics (that use [ Rapier] ).
88
+ The rest of the game, including the graphics, audio, user input,
89
+ and everything that happens outside the arena,
90
+ is made in [ Unity] ( https://unity.com/ ) .
91
+
92
+ The game was released on the 15th of September
93
+ on the [ Meta Quest 2] [ ultimechs-quest ] and [ SteamVR] [ ultimechs-steamvr ] .
94
+
95
+ There is [ a conference talk] [ ultimechs-talk ]
96
+ and [ a blog post] [ ultimechs-post ]
97
+ about the choice of Rust and how they combined Rust with the studio's
98
+ standard tools Unity and C#.
99
+ [ Another blog post] [ ultimechs-post-2 ]
100
+ goes into more depth about calling Rust code from C# in Unity.
101
+
102
+ [ Ultimechs ] : https://www.resolutiongames.com/ultimechs
103
+ [ ultimechs-quest ] : https://www.oculus.com/experiences/quest/5118731164870081/
104
+ [ ultimechs-steamvr ] : https://store.steampowered.com/app/1657780/Ultimechs/
105
+ [ Rapier ] : https://www.rapier.rs/
106
+ [ ultimechs-talk ] : https://www.youtube.com/watch?v=nLCNsIs1-ZU
107
+ [ ultimechs-post ] : https://www.resolutiongames.com/blog/programming-a-vr-game-using-rust
108
+ [ ultimechs-post-2 ] : https://www.resolutiongames.com/blog/calling-rust-from-c-in-unity
109
+
71
110
## Engine Updates
72
111
73
112
### [ godot-rust] [ gd-github ]
0 commit comments