Skip to content

N16: Add assets_manager #391

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 3 commits into from
Dec 7, 2020
Merged
Changes from 1 commit
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
17 changes: 17 additions & 0 deletions content/posts/newsletter-016/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,23 @@ has also been updated to show the new helpers in action.
[Ogmo Editor 3]: https://ogmo-editor-3.github.io/
[ogmo3-sample]: https://github.com/17cupsofcoffee/ogmo3/blob/main/examples/sample.rs

### [assets_manager]

[assets_manager] provides an convenient way to work with external files, making
ressources caching and hot-reloading easy and straightforward.

This month was released version 0.4.0, bringing loads of improvements.

- A `Source` trait, to load assets from anywhere. It makes the crate usable in
WebAssembly.
- Assets that can load other assets, with a transparent integration with
hot-reloading. Using a manifest file has never been so easy !
- Improved perfomances
- See the [full changelog] for more informations.

[assets_manager]: https://github.com/a1phyr/assets_manager
[full changelog]: https://github.com/a1phyr/assets_manager/releases/tag/v0.4.0

## Popular Workgroup Issues in Github

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