From 7e26730b691deb61c364491c6c7d1aaec4fb8e84 Mon Sep 17 00:00:00 2001 From: Ryan Naddy Date: Sun, 5 Jan 2025 09:53:49 -0600 Subject: [PATCH 1/2] Added CLI scripting tools link --- src/ecosystem/index.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/ecosystem/index.md b/src/ecosystem/index.md index 4a49b1f..4e403cd 100644 --- a/src/ecosystem/index.md +++ b/src/ecosystem/index.md @@ -34,6 +34,7 @@ A list for games is also planned, and will be showcased on a separate page. | **[gd-rehearse]**
Unit tests for godot-rust code. | [Discord][gd-rehearse-discord] | ![gd-rehearse][gd-rehearse-badge] | | **[gd-props]**
Resource serialization using `serde`. | [Discord][gd-props-discord] | ![gd-props][gd-props-badge] | | **[gdext-generation]**
Auto-generate the `.gdextension` file. | [Discord][gdext-generation-discord] | ![gdext-generation][gdext-generation-badge] | +| **[godot-rust-cli]**
CLI scripts for Godot with Rust. | | ![godot-rust-cli][godot-rust-cli-badge] | | ___________________________________________________ | | | | 📜 _**Scripting**_ | | | | **[godot-rust-script]**
Allows Rust scripts to be added to nodes. | | ![godot-rust-script][godot-rust-script-badge] | @@ -44,8 +45,8 @@ A list for games is also planned, and will be showcased on a separate page. [gdext-coroutines]: https://github.com/Houtamelo/gdext_coroutines [gdext-coroutines-crate]: https://crates.io/crates/gdext_coroutines -[gdext-coroutines-discord]: https://discord.com/channels/723850269347283004/1255555232390451293/1255555232390451293 -[gdext-coroutines-badge]: https://img.shields.io/github/last-commit/Houtamelo/gdext_coroutines +[gdext-coroutines-discord]: https://discord.com/channels/723850269347283004/1255555232390451293/125555523 +[gdext-coroutines-badge]: https://img.shields.io/github/last-commit/Houtamelo/gdext_coroutines2390451293 [godot-tokio]: https://github.com/2-3-5-41/godot_tokio [godot-tokio-discord]: https://discord.com/channels/723850269347283004/1312490414762364928/1312490414762364928 @@ -64,6 +65,9 @@ A list for games is also planned, and will be showcased on a separate page. [gdext-generation-discord]: https://discord.com/channels/723850269347283004/1316664276819247124 [gdext-generation-badge]: https://img.shields.io/github/last-commit/sylbeth/gdext-generation +[godot-rust-cli]: https://github.com/TheColorRed/godot-rust +[godot-rust-cli-badge]: https://img.shields.io/github/last-commit/TheColorRed/godot-rust + [godot-rust-script]: https://github.com/titannano/godot-rust-script [godot-rust-script-badge]: https://img.shields.io/github/last-commit/titannano/godot-rust-script From 79312be8e85870ec2487133c5a8ac3105eee0c7b Mon Sep 17 00:00:00 2001 From: Ryan Naddy Date: Sun, 5 Jan 2025 11:18:22 -0600 Subject: [PATCH 2/2] Added discord link --- src/ecosystem/index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/ecosystem/index.md b/src/ecosystem/index.md index 4e403cd..b8fe1a9 100644 --- a/src/ecosystem/index.md +++ b/src/ecosystem/index.md @@ -34,7 +34,7 @@ A list for games is also planned, and will be showcased on a separate page. | **[gd-rehearse]**
Unit tests for godot-rust code. | [Discord][gd-rehearse-discord] | ![gd-rehearse][gd-rehearse-badge] | | **[gd-props]**
Resource serialization using `serde`. | [Discord][gd-props-discord] | ![gd-props][gd-props-badge] | | **[gdext-generation]**
Auto-generate the `.gdextension` file. | [Discord][gdext-generation-discord] | ![gdext-generation][gdext-generation-badge] | -| **[godot-rust-cli]**
CLI scripts for Godot with Rust. | | ![godot-rust-cli][godot-rust-cli-badge] | +| **[godot-rust-cli]**
CLI scripts for Godot with Rust. | [Discord][godot-rust-cli-discord] | ![godot-rust-cli][godot-rust-cli-badge] | | ___________________________________________________ | | | | 📜 _**Scripting**_ | | | | **[godot-rust-script]**
Allows Rust scripts to be added to nodes. | | ![godot-rust-script][godot-rust-script-badge] | @@ -67,6 +67,7 @@ A list for games is also planned, and will be showcased on a separate page. [godot-rust-cli]: https://github.com/TheColorRed/godot-rust [godot-rust-cli-badge]: https://img.shields.io/github/last-commit/TheColorRed/godot-rust +[godot-rust-cli-discord]: https://discord.com/channels/723850269347283004/1325220721340977253 [godot-rust-script]: https://github.com/titannano/godot-rust-script [godot-rust-script-badge]: https://img.shields.io/github/last-commit/titannano/godot-rust-script