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/053/index.md
+16-6
Original file line number
Diff line number
Diff line change
@@ -121,18 +121,28 @@ _Check out the [web examples][chuot-examples]!_
121
121
122
122
## Library Updates
123
123
124
-
### Godot-Rapier: Rewrite it in Rust
124
+
### GodotRapier: Rewrite it in Rust
125
125
126
-
Godot-Rapier is a Physics library for Godot, using Rapier,
126
+
{{ video_figure(
127
+
type="video/mp4",
128
+
alt="Godot + Rapier logo make up the 'Godot Rapier' logo ; a few balls fall on it, showing off soft physics.",
129
+
src="godot_rapier.mp4",
130
+
caption="Godot Rapier showcase") }}
131
+
132
+
[Godot Rapier][godot_rapier_github] is a Physics library for [Godot][godot], using [Rapier][rapier]:
127
133
a physics engine written in Rust.
128
134
129
-
Godot-Rapier was written in C++, and is in the final stage of
135
+
GodotRapier was written in C++, and is in the final "beta" stage of
130
136
being rewritten completely in Rust. Its author wrote [an article on
131
-
Reddit](https://www.reddit.com/r/godot/comments/1dtoufn/rewriting_godots_physics_server_in_rust/) with more details.
137
+
Reddit](https://www.reddit.com/r/godot/comments/1dtoufn/rewriting_godots_physics_server_in_rust/) with more details, and since then, the web exports have been fixed,
132
138
133
-
Additionally, Godot-Rapier's website was adopted on rapier
139
+
Additionally, GodotRapier's website was adopted on rapier
0 commit comments