Skip to content

Commit 86ae111

Browse files
committed
N26: September 2021 update of godot-rust
1 parent a337185 commit 86ae111

File tree

2 files changed

+38
-0
lines changed

2 files changed

+38
-0
lines changed

content/news/026/godot-rust.png

3.22 KB
Loading

content/news/026/index.md

+38
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,44 @@ as [several key differences remain].
106106

107107
## Library Updates
108108

109+
### [godot-rust](https://github.com/godot-rust/godot-rust)
110+
111+
![godot-rust logo](godot-rust.png)
112+
113+
godot-rust ([GitHub][gd-github], [Discord][gd-discord], [Twitter][gd-twitter])
114+
is a Rust library that provides bindings for the Godot game engine.
115+
116+
In the last month, a lot of documentation has been added to the book. The new
117+
entries in [FAQ][gd-faq], [Recipes][gd-recipes] and [Game Architecture][gd-arch]
118+
don't focus on specific APIs, but put them into a bigger context and highlight
119+
typical challenges encountered in practice.
120+
121+
Besides smaller bugfixes, the library itself added support for `serde`
122+
serialization of core types ([#743][gd-743], thanks to Waridley).
123+
124+
In terms of automation and tooling, September was a very productive month:
125+
126+
- Translation of Godot's documentation based on `[bbcode]` to RustDoc with
127+
intra-doc links, making Godot APIs much more readable and discoverable.
128+
129+
- Refactoring of GitHub Actions CI, allowing quick and precise feedback for
130+
contributors.
131+
132+
- Automation of latest documentation, now hosted under
133+
[godot-rust.github.io/docs][gd-docs].
134+
135+
As the godot-rust community keeps growing, the project can now be found
136+
[on Twitter][gd-twitter] with the GodotRust handle.
137+
138+
[gd-faq]: https://godot-rust.github.io/book/faq.html
139+
[gd-recipes]: https://godot-rust.github.io/book/recipes.html
140+
[gd-arch]: https://godot-rust.github.io/book/gdnative-overview/architecture.html
141+
[gd-743]: https://github.com/godot-rust/godot-rust/pull/743
142+
[gd-docs]: https://godot-rust.github.io/docs
143+
[gd-github]: https://github.com/godot-rust/godot-rust
144+
[gd-discord]: https://discord.com/invite/FNudpBD
145+
[gd-twitter]: https://twitter.com/GodotRust
146+
109147
## Popular Workgroup Issues in Github
110148

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

0 commit comments

Comments
 (0)