egui/egui_extras
Wayne Warren 2f22f41185 egui_extras: cleanup TableBody.heterogeneous_rows a little
* use f64 when accumulating virtual height above and below visible
  region
* break the big loop iterating over heights into three loops, one for
  each non-visible region, and one for the visible region
* retain each row's stripe color using an enumeration over the given
  heights iterator
* use a VIRTUAL_EXTENSION constant to extend the "visible" region of the
  table above and below the actual visible region to provide the
  illusion of rows sliding into and out of sight
2022-04-03 12:00:27 -06:00
..
src egui_extras: cleanup TableBody.heterogeneous_rows a little 2022-04-03 12:00:27 -06:00
Cargo.toml Dynamic sized strips, tables, and date picker (#963) 2022-03-31 21:13:25 +02:00
CHANGELOG.md Table resize (#1438) 2022-04-01 12:01:00 +02:00
README.md egui_extras README grammar fixes (#1313) 2022-03-07 10:14:00 +01:00

egui_extras

Latest version Documentation MIT Apache

This is a crate that adds some features on top top of egui. This crate is for experimental features, and features that require big dependencies that do not belong in egui.