Skip to content

0.10.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 02 Jan 13:04
· 1 commit to master since this release

Performance improvement

On ultra dense table (see #52) rendered from 42fps to 54fps

  • Remove useless interaction zone
  • Use our own text component to simply paint cells text instead of using Label, this allow use to control LayoutJob and use the break_on_newline=false option to disable LF to be rendered without performing a replace on cells string
  • Context menu was created on each cells, even if not opened it required some work internally in egui (per frame cache update)