@@ -121,6 +121,34 @@ _Check out the [web examples][chuot-examples]!_
121121
122122## Library Updates
123123
124+ ### Godot Rapier: Rewrite it in Rust
125+
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 ] written by [ @Ughuuu ] ( https://github.com/Ughuuu )
133+ is a physics plugin for [ Godot] [ godot ] that uses [ Rapier] [ rapier ] , a popular
134+ physics engine written in Rust.
135+
136+ Godot Rapier was originally written in C++,
137+ and is now in the final stage of being completely rewritten in Rust.
138+
139+ Its author wrote [ an article on Reddit] [ godot_rapier_reddit ]
140+ about their experience with the rewrite.
141+ Note that in the meantime the web exports have been fixed.
142+
143+ Godot Rapier's website was adopted as a Rapier subdomain at
144+ [ https://godot.rapier.rs/ ] ( https://godot.rapier.rs/ ) .
145+ There you can also find a [ progress overview] ( https://godot.rapier.rs/docs/progress ) .
146+
147+ [ rapier ] : https://rapier.rs/
148+ [ godot_rapier_github ] : https://github.com/appsinacup/godot-rapier-physics
149+ [ godot_rapier_reddit ] : https://www.reddit.com/r/godot/comments/1dtoufn/rewriting_godots_physics_server_in_rust/
150+ [ godot ] : https://godotengine.org/
151+
124152## Popular Workgroup Issues in GitHub
125153
126154<!-- Up to 10 links to interesting issues -->
0 commit comments