Skip to content

N31: bevy_asset_loader #973

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Mar 9, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added content/news/031/dynamic-assets.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions content/news/031/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -586,6 +586,28 @@ checking the [online demos].
[online demos]: https://nazariglez.github.io/notan-web/
[egui]: https://github.com/emilk/egui

### [bevy_asset_loader]

![Dynamic assets](dynamic-assets.png)

[bevy_asset_loader] by [@nikl_me] is a [Bevy] plugin that aims to reduce
boilerplate for asset handling in Bevy apps.

Last month saw the release of version `0.6` which added support for loading
asset configurations from `.ron` files like the one shown above. This allows for
resolving asset configurations like their file path or sprite sheet dimensions
at run time. The feature is called "dynamic assets" and enables use cases like
internationalised assets.

[@nikl_me] wrote a [blog post][dynamic_assets_post] about dynamic assets in
[bevy_asset_loader]. The post outlines the idea of the feature and describes
current and planned functionality.

[dynamic_assets_post]: https://www.nikl.me/blog/2022/dynamic-assets-in-bevy_asset_loader/
[bevy_asset_loader]: https://github.com/NiklasEi/bevy_asset_loader
[Bevy]: https://github.com/bevyengine/bevy
[@nikl_me]: https://twitter.com/nikl_me

## Popular Workgroup Issues in Github

<!-- Up to 10 links to interesting issues -->
Expand Down