Skip to content

Commit 39a503a

Browse files
authored
Newsletter 10: Add Godot content (#168)
1 parent e817731 commit 39a503a

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

content/posts/newsletter-010/index.md

+21
Original file line numberDiff line numberDiff line change
@@ -954,6 +954,27 @@ Robo Instructus][otf-font-robo].
954954
[otf-saga-glyph-brush]: https://twitter.com/bigabgames/status/1264235900462075906
955955
[otf-font-robo]: https://twitter.com/bigabgames/status/1264557215693918209
956956

957+
### [Godot] Ecosystem
958+
959+
- Paytonrules has started a multi-part guide on [porting Godot games to
960+
Rust][godot-porting-games-to-rust]. This first part covers what you'll need to
961+
get started, and some workflow behind linking Rust code.
962+
- [@schr3da] has continued their video series about using Rust in Godot.
963+
- Creating a Simple Platformer -
964+
[Part 3](https://youtube.com/watch?v=0CUu111YJIk)
965+
- [@toast_dev] has [just released][gdnative-release] the [gdnative crate][gdnative-crate]
966+
0.8.1. This crate gives you Rust bindings to GDNative.
967+
This version contains a few important bugfixes. The developers have also
968+
rounded a few rough edges overall.
969+
970+
[godot-porting-games-to-rust]: https://paytonrules.com/post/games-in-rust-with-godot-part-one/
971+
[godot-platformer-video]: https://www.youtube.com/watch?v=0CUu111YJIk
972+
[Godot]: https://godotengine.org
973+
[@schr3da]: https://www.youtube.com/channel/UC4jYW3lJKrEvOqCQ2ElryGw
974+
[gdnative-crate]: https://crates.io/crates/gdnative
975+
[gdnative-release]: https://twitter.com/toast_dev/status/1267071886040555520
976+
[@toast_dev]: https://twitter.com/toast_dev
977+
957978
## Popular Workgroup Issues in Github
958979

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

0 commit comments

Comments
 (0)