File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -162,6 +162,27 @@ users to define their own dynamic assets.
162
162
[ bevy_asset_loader ] : https://github.com/NiklasEi/bevy_asset_loader/
163
163
[ Bevy ] : https://bevyengine.org/
164
164
165
+ ### [ Shipyard]
166
+
167
+ [ Shipyard] is an Entity Component System focused on usability and speed.
168
+
169
+ 0.6 was released with big improvements to workloads and tracking.
170
+
171
+ The new [ visualizer] [ shipyard-visualizer ] is a first step towards visual
172
+ inspection and interaction with the library.
173
+ For now it can only show which components are used by which systems
174
+ and vice-versa.
175
+
176
+ Learn more about this release in the [ release post] [ shipyard-release-post ] .
177
+
178
+ _ Discussions:
179
+ [ /r/rust] ( https://www.reddit.com/r/rust/comments/wi71lu/shipyard_06_release/ )
180
+ [ /r/rust_gamedev] ( https://www.reddit.com/r/rust_gamedev/comments/wi72vc/shipyard_06_release/ )
181
+
182
+ [ Shipyard ] : https://github.com/leudz/shipyard
183
+ [ shipyard-visualizer ] : https://leudz.github.io/shipyard/visualizer
184
+ [ shipyard-release-post ] : https://users.rust-lang.org/t/shipyard-0-6-release/79504
185
+
165
186
## Popular Workgroup Issues in Github
166
187
167
188
<!-- Up to 10 links to interesting issues -->
You can’t perform that action at this time.
0 commit comments