Skip to content

Commit 256634a

Browse files
committedJul 14, 2024
video + web + beta wording
1 parent b840649 commit 256634a

File tree

2 files changed

+16
-6
lines changed

2 files changed

+16
-6
lines changed
 

Diff for: ‎content/news/053/godot_rapier.mp4

135 KB
Binary file not shown.

Diff for: ‎content/news/053/index.md

+16-6
Original file line numberDiff line numberDiff line change
@@ -121,18 +121,28 @@ _Check out the [web examples][chuot-examples]!_
121121

122122
## Library Updates
123123

124-
### Godot-Rapier: Rewrite it in Rust
124+
### Godot Rapier: Rewrite it in Rust
125125

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]:
127133
a physics engine written in Rust.
128134

129-
Godot-Rapier was written in C++, and is in the final stage of
135+
Godot Rapier was written in C++, and is in the final "beta" stage of
130136
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,
132138

133-
Additionally, Godot-Rapier's website was adopted on rapier
139+
Additionally, Godot Rapier's website was adopted on rapier
134140
domain at
135-
https://godot.rapier.rs/.
141+
[https://godot.rapier.rs/](https://godot.rapier.rs/).
142+
143+
[rapier]: https://rapier.rs/
144+
[godot_rapier_github]: https://github.com/appsinacup/godot-rapier-physics
145+
[godot]: https://godotengine.org/
136146

137147
## Popular Workgroup Issues in GitHub
138148

0 commit comments

Comments
 (0)