Skip to content

N27 - godot-rust #829

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Nov 4, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added content/news/027/godot-rust.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
38 changes: 38 additions & 0 deletions content/news/027/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,44 @@ This makes `hecs_rapier` feature complete, with `bevy_rapier2d` feature parity.
[hecs_rapier]: https://github.com/smokku/hecs_rapier
[bevy_rapier2d]: https://github.com/dimforge/bevy_rapier

### [godot-rust](https://github.com/godot-rust/godot-rust)

![godot-rust logo](godot-rust.png)

godot-rust ([GitHub][gd-github], [Discord][gd-discord], [Twitter][gd-twitter])
is a Rust library that provides bindings for the Godot game engine.

Recent developments have added [foundational support to async][gd-async]
that enables users to make use of the Rust async runtimes with the Godot Engine
(thanks to chitoyuu for the PR).

In addition to the foundational support, lyonbeckers was kind enough to
include a [new recipe in the User Guide][gd-async-recipe] that covers
how to configure async with `tokio`.

The team also merged several smaller bug fixes in [#791][gd-791], [#795][gd-795],
and [#800][gd-800] and is making steady progress towards version 0.10.0.

Finally, the team has recently added a [third party project][gd-book-projects]
section in the book to help promote games, applications, and libraries/tools
that are working with godot-rust. If you have a project that you would like to
be included, please feel free to reach out to the godot-rust team.

[gd-async]: https://github.com/godot-rust/godot-rust/pull/804
[gd-async-recipe]: https://github.com/godot-rust/book/pull/44

[gd-800]: https://github.com/godot-rust/godot-rust/pull/800
[gd-795]: https://github.com/godot-rust/godot-rust/pull/795
[gd-791]: https://github.com/godot-rust/godot-rust/pull/791
[gd-788]: https://github.com/godot-rust/godot-rust/pull/788

[gd-book-projects]: https://godot-rust.github.io/book/projects.html

[gd-docs]: https://godot-rust.github.io/docs
[gd-github]: https://github.com/godot-rust/godot-rust
[gd-discord]: https://discord.com/invite/FNudpBD
[gd-twitter]: https://twitter.com/GodotRust

## Popular Workgroup Issues in Github

<!-- Up to 10 links to interesting issues -->
Expand Down