2 unstable releases
0.12.0 | May 28, 2021 |
---|---|
0.10.0 | Mar 17, 2021 |
#208 in #egui
8KB
131 lines
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
Dependencies
~3.5–6.5MB
~121K SLoC