Skip to content

Commit 11309f2

Browse files
N27 - godot-rust (#829)
Co-authored-by: Joe Clay <27cupsofcoffee@gmail.com>
1 parent 8cc037d commit 11309f2

File tree

2 files changed

+38
-0
lines changed

2 files changed

+38
-0
lines changed

content/news/027/godot-rust.png

3.22 KB
Loading

content/news/027/index.md

+38
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,44 @@ This makes `hecs_rapier` feature complete, with `bevy_rapier2d` feature parity.
294294
[hecs_rapier]: https://github.com/smokku/hecs_rapier
295295
[bevy_rapier2d]: https://github.com/dimforge/bevy_rapier
296296

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+
297335
## Popular Workgroup Issues in Github
298336

299337
<!-- Up to 10 links to interesting issues -->

0 commit comments

Comments
 (0)