johanhelsing / bevy_web_asset

Bevy asset loader that transparently supports loading over http(s)
Apache License 2.0
71 stars 17 forks source link

Going forward with Bevy 0.12 #17

Closed voidentente closed 10 months ago

voidentente commented 10 months ago

Bevy 0.12 adds native support for remote asset sources, making most code here redundant. Will bevy_web_asset become a legacy crate, or will it provide boilerplate implementations for http/https?

app.register_asset_source("http", ..);
app.register_asset_source("https", ..);
johanhelsing commented 10 months ago

I haven't looked into asset sources in bevy 0.12, but if it's more than just a line or two, or a bevy feature, i'd like the crate to continue to exist.

A PR would be welcome ;)

voidentente commented 10 months ago

Looking into a PR, expect one this week

johanhelsing commented 10 months ago

0.7.0 is out! Thanks for reviving this crate :D