Skip to content

Commit 77e4ae3

Browse files
NiklasEi17cupsofcoffeeAngelOnFira
authored
N31: bevy_asset_loader (#973)
* Add blog post "Asset handling in Bevy apps" * Fix markdown linter issues * Update content/news/024/index.md Co-authored-by: Joe Clay <27cupsofcoffee@gmail.com> * Entry for bevy_asset_loader 0.6 * Update content/news/031/index.md * Formatting Co-authored-by: Joe Clay <27cupsofcoffee@gmail.com> Co-authored-by: Forest Anderson <forestkzanderson@gmail.com>
1 parent fb54ece commit 77e4ae3

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

content/news/031/dynamic-assets.png

64.3 KB
Loading

content/news/031/index.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -586,6 +586,28 @@ checking the [online demos].
586586
[online demos]: https://nazariglez.github.io/notan-web/
587587
[egui]: https://github.com/emilk/egui
588588

589+
### [bevy_asset_loader]
590+
591+
![Dynamic assets](dynamic-assets.png)
592+
593+
[bevy_asset_loader] by [@nikl_me] is a [Bevy] plugin that aims to reduce
594+
boilerplate for asset handling in Bevy apps.
595+
596+
Last month saw the release of version `0.6` which added support for loading
597+
asset configurations from `.ron` files like the one shown above. This allows for
598+
resolving asset configurations like their file path or sprite sheet dimensions
599+
at run time. The feature is called "dynamic assets" and enables use cases like
600+
internationalised assets.
601+
602+
[@nikl_me] wrote a [blog post][dynamic_assets_post] about dynamic assets in
603+
[bevy_asset_loader]. The post outlines the idea of the feature and describes
604+
current and planned functionality.
605+
606+
[dynamic_assets_post]: https://www.nikl.me/blog/2022/dynamic-assets-in-bevy_asset_loader/
607+
[bevy_asset_loader]: https://github.com/NiklasEi/bevy_asset_loader
608+
[Bevy]: https://github.com/bevyengine/bevy
609+
[@nikl_me]: https://twitter.com/nikl_me
610+
589611
## Popular Workgroup Issues in Github
590612

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

0 commit comments

Comments
 (0)