From b8e2b79688260f730b2cc0f4f41fc2cfa83bd30f Mon Sep 17 00:00:00 2001 From: leudz Date: Tue, 6 Sep 2022 20:00:56 +0200 Subject: [PATCH 1/3] N37: Shipyard --- content/news/037/index.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/content/news/037/index.md b/content/news/037/index.md index e532aa263..a6db2663b 100644 --- a/content/news/037/index.md +++ b/content/news/037/index.md @@ -162,6 +162,27 @@ users to define their own dynamic assets. [bevy_asset_loader]: https://github.com/NiklasEi/bevy_asset_loader/ [Bevy]: https://bevyengine.org/ +### [Shipyard] + +[Shipyard] is an Entity Component System focused on usability and speed. + +0.6 was released with big improvements to workloads and tracking. + +The new [visualizer][shipyard-visualizer] is a first step towards visual +inspection and interaction with the library. +For now it can only show which components are used by which systems +and vice-versa. + +Learn more about this release in the [release post][shipyard-release-post]. + +_Discussions: +[/r/rust](https://www.reddit.com/r/rust/comments/wi71lu/shipyard_06_release/) +[/r/rust_gamedev](https://www.reddit.com/r/rust_gamedev/comments/wi72vc/shipyard_06_release/) + +[Shipyard]: https://github.com/leudz/shipyard +[shipyard-visualizer]: https://leudz.github.io/shipyard/visualizer +[shipyard-release-post]: https://users.rust-lang.org/t/shipyard-0-6-release/79504 + ## Popular Workgroup Issues in Github From 902c58098a15c9806c0cc07eab599feb057e8be1 Mon Sep 17 00:00:00 2001 From: leudz Date: Tue, 6 Sep 2022 20:07:52 +0200 Subject: [PATCH 2/3] Fix formatting --- content/news/037/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/news/037/index.md b/content/news/037/index.md index a6db2663b..67a39dc38 100644 --- a/content/news/037/index.md +++ b/content/news/037/index.md @@ -168,9 +168,9 @@ users to define their own dynamic assets. 0.6 was released with big improvements to workloads and tracking. -The new [visualizer][shipyard-visualizer] is a first step towards visual +The new [visualizer][shipyard-visualizer] is a first step towards visual inspection and interaction with the library. -For now it can only show which components are used by which systems +For now it can only show which components are used by which systems and vice-versa. Learn more about this release in the [release post][shipyard-release-post]. From 7d9693cccac9165cfbaa149dcd74e8b6906a0c93 Mon Sep 17 00:00:00 2001 From: Joe Clay <27cupsofcoffee@gmail.com> Date: Fri, 9 Sep 2022 18:20:50 +0100 Subject: [PATCH 3/3] Update index.md --- content/news/037/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/news/037/index.md b/content/news/037/index.md index 67a39dc38..4d8349a00 100644 --- a/content/news/037/index.md +++ b/content/news/037/index.md @@ -177,7 +177,7 @@ Learn more about this release in the [release post][shipyard-release-post]. _Discussions: [/r/rust](https://www.reddit.com/r/rust/comments/wi71lu/shipyard_06_release/) -[/r/rust_gamedev](https://www.reddit.com/r/rust_gamedev/comments/wi72vc/shipyard_06_release/) +[/r/rust_gamedev](https://www.reddit.com/r/rust_gamedev/comments/wi72vc/shipyard_06_release/)_ [Shipyard]: https://github.com/leudz/shipyard [shipyard-visualizer]: https://leudz.github.io/shipyard/visualizer