epi_http

Crates.ioepi_http
lib.rsepi_http
version0.12.0
sourcesrc
created_at2021-03-17 16:59:21.858132
updated_at2021-05-28 12:59:06.7801
descriptionepi::http implementation for any egui backends
homepage
repository
max_upload_size
id370214
size7,751
Kenta Kasahara (KentaTheBugMaker)

documentation

README

Latest version Documentation MIT Apache egui version: 0.10.0

epi_http

epi::http implementation this enables all of egui platform have http download capability

How to use

  #[cfg(feature="http")]
  let http=Arc::new( epi_http::EpiHttp{} );
  // some initialization code  here
  loop{
    let frame = FrameBuilder{
    info: IntegrationInfo,
    tex_allocator: &mut tex_allocator,
    repaint_signal: repaint_signal.clone(),
    output: &mut app_output,
    #[cfg(feature="http")]
    http: http.clone(),
    }
  }

Lack of support of epi::http

Commit count: 0

cargo fmt