@@ -294,6 +294,44 @@ This makes `hecs_rapier` feature complete, with `bevy_rapier2d` feature parity.
294
294
[ hecs_rapier ] : https://github.com/smokku/hecs_rapier
295
295
[ bevy_rapier2d ] : https://github.com/dimforge/bevy_rapier
296
296
297
+ ### [ godot-rust] ( https://github.com/godot-rust/godot-rust )
298
+
299
+ ![ godot-rust logo] ( godot-rust.png )
300
+
301
+ godot-rust ([ GitHub] [ gd-github ] , [ Discord] [ gd-discord ] , [ Twitter] [ gd-twitter ] )
302
+ is a Rust library that provides bindings for the Godot game engine.
303
+
304
+ Recent developments have added [ foundational support to async] [ gd-async ]
305
+ that enables users to make use of the Rust async runtimes with the Godot Engine
306
+ (thanks to chitoyuu for the PR).
307
+
308
+ In addition to the foundational support, lyonbeckers was kind enough to
309
+ include a [ new recipe in the User Guide] [ gd-async-recipe ] that covers
310
+ how to configure async with ` tokio ` .
311
+
312
+ The team also merged several smaller bug fixes in [ #791 ] [ gd-791 ] , [ #795 ] [ gd-795 ] ,
313
+ and [ #800 ] [ gd-800 ] and is making steady progress towards version 0.10.0.
314
+
315
+ Finally, the team has recently added a [ third party project] [ gd-book-projects ]
316
+ section in the book to help promote games, applications, and libraries/tools
317
+ that are working with godot-rust. If you have a project that you would like to
318
+ be included, please feel free to reach out to the godot-rust team.
319
+
320
+ [ gd-async ] : https://github.com/godot-rust/godot-rust/pull/804
321
+ [ gd-async-recipe ] : https://github.com/godot-rust/book/pull/44
322
+
323
+ [ gd-800 ] : https://github.com/godot-rust/godot-rust/pull/800
324
+ [ gd-795 ] : https://github.com/godot-rust/godot-rust/pull/795
325
+ [ gd-791 ] : https://github.com/godot-rust/godot-rust/pull/791
326
+ [ gd-788 ] : https://github.com/godot-rust/godot-rust/pull/788
327
+
328
+ [ gd-book-projects ] : https://godot-rust.github.io/book/projects.html
329
+
330
+ [ gd-docs ] : https://godot-rust.github.io/docs
331
+ [ gd-github ] : https://github.com/godot-rust/godot-rust
332
+ [ gd-discord ] : https://discord.com/invite/FNudpBD
333
+ [ gd-twitter ] : https://twitter.com/GodotRust
334
+
297
335
## Popular Workgroup Issues in Github
298
336
299
337
<!-- Up to 10 links to interesting issues -->
0 commit comments