From 51e92ef8da6ccf795013df8f4b408d8111ef2081 Mon Sep 17 00:00:00 2001 From: Niklas Eicker Date: Fri, 6 Aug 2021 23:55:01 +0200 Subject: [PATCH 1/3] Add blog post "Asset handling in Bevy apps" --- content/news/024/index.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/content/news/024/index.md b/content/news/024/index.md index b603df1e1..26bbd51c4 100644 --- a/content/news/024/index.md +++ b/content/news/024/index.md @@ -589,6 +589,18 @@ follow the project on [Twitter](https://twitter.com/quilkindev). [embark-announce]: https://medium.com/embarkstudios/say-hi-to-quilkin-an-open-source-udp-proxy-88577c795204 [gcp-announce]: https://cloud.google.com/blog/products/gaming/introducing-quilkin +### [Asset handling in Bevy apps][asset_handling_post] + +[@nikl_me] wrote a [blog post][asset_handling_post] about creating [bevy_asset_loader], +a plugin to simplify asset handling in [Bevy][bevy] applications. +The post outlines how bevy_asset_loader can be used and discusses +future improvements to the crate. + +[asset_handling_post]: https://www.nikl.me/blog/2021/asset-handling-in-bevy-apps/ +[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 From f5a7f17f799c6820675e02773ae3587d85f53ca6 Mon Sep 17 00:00:00 2001 From: Niklas Eicker Date: Sat, 7 Aug 2021 09:36:44 +0200 Subject: [PATCH 2/3] Fix markdown linter issues --- content/news/024/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/news/024/index.md b/content/news/024/index.md index 26bbd51c4..7fad128db 100644 --- a/content/news/024/index.md +++ b/content/news/024/index.md @@ -591,10 +591,10 @@ follow the project on [Twitter](https://twitter.com/quilkindev). ### [Asset handling in Bevy apps][asset_handling_post] -[@nikl_me] wrote a [blog post][asset_handling_post] about creating [bevy_asset_loader], -a plugin to simplify asset handling in [Bevy][bevy] applications. -The post outlines how bevy_asset_loader can be used and discusses -future improvements to the crate. +[@nikl_me] wrote a [blog post][asset_handling_post] about creating +[bevy_asset_loader], a plugin to simplify asset handling in [Bevy][bevy] +applications. The post outlines how bevy_asset_loader can be used and +discusses future improvements to the crate. [asset_handling_post]: https://www.nikl.me/blog/2021/asset-handling-in-bevy-apps/ [bevy_asset_loader]: https://github.com/NiklasEi/bevy_asset_loader From 91dfba8eddab812940f1f8b3bfa8c15ac2377899 Mon Sep 17 00:00:00 2001 From: Niklas Eicker Date: Sat, 7 Aug 2021 20:20:07 +0200 Subject: [PATCH 3/3] Update content/news/024/index.md Co-authored-by: Joe Clay <27cupsofcoffee@gmail.com> --- content/news/024/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/news/024/index.md b/content/news/024/index.md index 7fad128db..a5af387c7 100644 --- a/content/news/024/index.md +++ b/content/news/024/index.md @@ -589,7 +589,7 @@ follow the project on [Twitter](https://twitter.com/quilkindev). [embark-announce]: https://medium.com/embarkstudios/say-hi-to-quilkin-an-open-source-udp-proxy-88577c795204 [gcp-announce]: https://cloud.google.com/blog/products/gaming/introducing-quilkin -### [Asset handling in Bevy apps][asset_handling_post] +### [bevy_asset_loader] [@nikl_me] wrote a [blog post][asset_handling_post] about creating [bevy_asset_loader], a plugin to simplify asset handling in [Bevy][bevy]