From 03b89881be742c08b1a904810a911e35c8b17f53 Mon Sep 17 00:00:00 2001 From: Jan Haller Date: Sun, 23 Feb 2025 09:27:59 +0100 Subject: [PATCH] Add links to Simplified Chinese book + demos --- src/index.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/src/index.md b/src/index.md index b4ccbe8..c481b1a 100644 --- a/src/index.md +++ b/src/index.md @@ -12,7 +12,12 @@ Welcome to the **godot-rust book**! This is a work-in-progress user guide for ** If you're new to Rust, before getting started, it is highly recommended that you familiarize yourself with concepts outlined in the officially maintained [Rust Book](https://doc.rust-lang.org/book/). -To read the book about gdnative (Godot 3 binding), follow [this link](../gdnative-book). +Additional resources that may be interesting for you: + +📘 [Latest API docs][api-docs] +⚗️ [Demo projects][demo-projects] +🀄 [This book in Simplified Chinese][book-zh-cn] +📔 [Book on gdnative (Godot 3 binding)][gdnative-book] ## The purpose of godot-rust @@ -91,7 +96,11 @@ That said, there are some notable differences: [issue #66231]: https://github.com/godotengine/godot/issues/66231 [extension-library-doc]: https://godot-rust.github.io/docs/gdext/master/godot/init/trait.ExtensionLibrary.html#method.editor_run_behavior +[api-docs]: https://godot-rust.github.io/docs/gdext [api-obj-script]: https://godot-rust.github.io/docs/gdext/master/godot/obj/script/index.html +[book-zh-cn]: https://colinwttt.github.io/godot-rust-book-chinese +[demo-projects]: https://github.com/godot-rust/demo-projects +[gdnative-book]: ../gdnative-book [github-contributors]: https://github.com/godot-rust/gdext/graphs/contributors [github-gdext]: https://github.com/godot-rust/gdext [github-gdnative]: https://github.com/godot-rust/gdnative