diff --git a/content/news/037/index.md b/content/news/037/index.md index da50c8dd9..a339fcd47 100644 --- a/content/news/037/index.md +++ b/content/news/037/index.md @@ -359,6 +359,28 @@ among internal fixes and improvements. [Notan]: https://github.com/Nazariglez/notan [v0.6]: https://github.com/Nazariglez/notan/releases/tag/v0.6.0 +### [Shipyard] + +[Shipyard] is an Entity Component System focused on usability and speed. + +This monthh, 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