File tree 2 files changed +20
-0
lines changed
2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -142,6 +142,26 @@ tweens to most operations.
142
142
[ 0.11.0 ] : https://github.com/NiklasEi/bevy_kira_audio/blob/main/CHANGELOG.md#v0110
143
143
[ 0.12.0 ] : https://github.com/NiklasEi/bevy_kira_audio/blob/main/CHANGELOG.md#v0120
144
144
145
+ ### [ bevy_asset_loader]
146
+
147
+ ![ Configuration of a loading state] ( loading_state.png )
148
+ _ Configuration of a loading state_
149
+
150
+ [ bevy_asset_loader] by [ @nikl_me] is a plugin for [ Bevy] apps aiming to
151
+ improve a common pattern for asset-loading. The boilerplate required to set up
152
+ a loading-state is reduced to a minimum. The plugin is based on storing
153
+ asset handles in resources, which makes it easy to use them in any system
154
+ across your app.
155
+
156
+ The screenshot above shows how a loading state can be added to the Bevy app
157
+ in the latest version of the plugin. The update also fixed issues with
158
+ configuring the same loading state in different places of your code and enabled
159
+ users to define their own dynamic assets.
160
+
161
+ [ @nikl_me ] : https://twitter.com/nikl_me
162
+ [ bevy_asset_loader ] : https://github.com/NiklasEi/bevy_asset_loader/
163
+ [ Bevy ] : https://bevyengine.org/
164
+
145
165
## Popular Workgroup Issues in Github
146
166
147
167
<!-- Up to 10 links to interesting issues -->
You can’t perform that action at this time.
0 commit comments