Dynamic assets
01 March, 2022One of my favorite Bevy projects at the moment is my plugin bevy_asset_loader (repository). Its goal is to minimize boilerplate for asset…
Asset handling in Bevy apps
06 August, 2021This post outlines the path that led to me writing bevy_asset_loader (repository), a plugin to simplify asset handling in Bevy applications…