2 unstable releases
0.12.0 | May 28, 2021 |
---|---|
0.10.0 | Mar 17, 2021 |
#167 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
~4–6.5MB
~117K SLoC