Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 65e6b34

Browse filesBrowse files
N37: Add bevy_asset_loader (rust-gamedev#1138)
Co-authored-by: Joe Clay <27cupsofcoffee@gmail.com>
1 parent f43e2d6 commit 65e6b34
Copy full SHA for 65e6b34

File tree

2 files changed

+20
-0
lines changed
Filter options

2 files changed

+20
-0
lines changed

‎content/news/037/index.md

Copy file name to clipboardExpand all lines: content/news/037/index.md
+20Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,26 @@ tweens to most operations.
142142
[0.11.0]: https://github.com/NiklasEi/bevy_kira_audio/blob/main/CHANGELOG.md#v0110
143143
[0.12.0]: https://github.com/NiklasEi/bevy_kira_audio/blob/main/CHANGELOG.md#v0120
144144

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+
145165
## Popular Workgroup Issues in Github
146166

147167
<!-- Up to 10 links to interesting issues -->

‎content/news/037/loading_state.png

Copy file name to clipboard
58.5 KB
Loading

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.