File tree 2 files changed +22
-0
lines changed
Filter options
2 files changed +22
-0
lines changed
Original file line number Diff line number Diff line change @@ -586,6 +586,28 @@ checking the [online demos].
586
586
[ online demos ] : https://nazariglez.github.io/notan-web/
587
587
[ egui ] : https://github.com/emilk/egui
588
588
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
+
589
611
## Popular Workgroup Issues in Github
590
612
591
613
<!-- Up to 10 links to interesting issues -->
You can’t perform that action at this time.
0 commit comments