2 unstable releases

0.2.0 Nov 15, 2023
0.1.0 Nov 15, 2023

#1648 in Game dev

MIT license

6KB
106 lines

http loader for bevy

adds the ability to load assets from http and https urls

working on merging into bevy

usage

fn setup(mut state: ResMut<State>, asset_server: Res<AssetServer>) {
    state.handle = asset_server.load("remote://icon.png");
}

Dependencies

~27–63MB
~1M SLoC