Skip to content
Open
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
5 changes: 5 additions & 0 deletions src/ecosystem/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ A list for games is also planned, and will be showcased on a separate page.
| ___________________________________________________ | | |
| 🏗️ _**Project workflow**_ | | |
| **[gd-rehearse]**<br/>Unit tests for godot-rust code. | [Discord][gd-rehearse-discord] | ![gd-rehearse][gd-rehearse-badge] |
| **[godot-testability-runtime]**<br/>Unit tests for godot-rust code. | [Discord][godot-testability-runtime-discord] | ![godot-testability-runtime][godot-testability-runtime-badge] |
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe you can keep the link ref shorter to still fit (almost) into table bounds, instead of

[godot-testability-runtime-badge]

something like

[testability-badge]

| **[gd-props]**<br/>Resource serialization using `serde`. | [Discord][gd-props-discord] | ![gd-props][gd-props-badge] |
| **[gdext-generation]**<br/>Auto-generate the `.gdextension` file. | [Discord][gdext-generation-discord] | ![gdext-generation][gdext-generation-badge] |
| **[godot-rust-cli]**<br/>CLI scripts for Godot with Rust. | [Discord][godot-rust-cli-discord] | ![godot-rust-cli][godot-rust-cli-badge] |
Expand All @@ -58,6 +59,10 @@ A list for games is also planned, and will be showcased on a separate page.
[gd-rehearse-discord]: https://discord.com/channels/723850269347283004/1179891414474178661/1179891414474178661
[gd-rehearse-badge]: https://img.shields.io/github/last-commit/StatisMike/gd-rehearse

[godot-testability-runtime]: https://github.com/bytemeadow/godot-testability-runtime
[godot-testability-runtime-discord]: https://discord.gg/gqkeBsH93H
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This points to a Godot-Bevy Discord server?

The idea is to create a thread in the godot-rust Discord, in the #showcase channel, to post development updates there. Since most of our community is already there, they can easily ask questions and give feedback. It's not a must, so feel free to leave it out if you don't plan to maintain such a thread 🙂

Links to other Discords you can still post in either that thread, or on your GitHub repo 👌

[godot-testability-runtime-badge]: https://img.shields.io/github/last-commit/bytemeadow/godot-testability-runtime

[gd-props]: https://github.com/StatisMike/gd-props
[gd-props-discord]: https://discord.com/channels/723850269347283004/1166451642145701989/1166451642145701989
[gd-props-badge]: https://img.shields.io/github/last-commit/StatisMike/gd-props
Expand Down
Loading