lizelive / bevy_http

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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");
}

About


Languages

Language:Rust 92.0%Language:Nix 8.0%