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 77e4ae3

Browse filesBrowse files
NiklasEi17cupsofcoffeeAngelOnFira
authored
N31: bevy_asset_loader (rust-gamedev#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
Copy full SHA for 77e4ae3

File tree

2 files changed

+22
-0
lines changed
Filter options

2 files changed

+22
-0
lines changed

‎content/news/031/dynamic-assets.png

Copy file name to clipboard
64.3 KB
Loading

‎content/news/031/index.md

Copy file name to clipboardExpand all lines: content/news/031/index.md
+22Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.