bevy_http

Crates.iobevy_http
lib.rsbevy_http
version0.2.0
sourcesrc
created_at2023-11-15 04:22:44.697628
updated_at2023-11-15 04:36:51.249258
descriptionBevy HTTP asset loader plugin
homepage
repositoryhttps://github.com/lizelive/bevy_http
max_upload_size
id1036139
size12,957
(lizelive)

documentation

README

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

cargo fmt