#egui #layout #tile #dock #visualization

egui_tiles

A tiling layout engine for egui with drag-and-drop and resizing

15 releases (9 breaking)

0.10.1 Oct 1, 2024
0.9.1 Aug 27, 2024
0.9.0 Jul 3, 2024
0.8.0 Mar 26, 2024
0.2.0 Jul 6, 2023

#44 in GUI

Download history 4478/week @ 2024-07-31 6010/week @ 2024-08-07 5610/week @ 2024-08-14 5030/week @ 2024-08-21 5419/week @ 2024-08-28 4488/week @ 2024-09-04 3446/week @ 2024-09-11 3601/week @ 2024-09-18 5221/week @ 2024-09-25 8829/week @ 2024-10-02 8931/week @ 2024-10-09 9037/week @ 2024-10-16 9086/week @ 2024-10-23 10402/week @ 2024-10-30 11602/week @ 2024-11-06 11768/week @ 2024-11-13

44,286 downloads per month
Used in 31 crates (11 directly)

MIT/Apache

160KB
3K SLoC

egui_tiles

github Latest version Documentation unsafe forbidden Build Status MIT Apache

Layouting and docking for egui.

Supports:

  • Horizontal and vertical layouts
  • Grid layouts
  • Tabs
  • Drag-and-drop docking

egui_tiles

Trying it

cargo r --example simple

Comparison with egui_dock

egui_dock is an excellent crate serving similar needs. egui_tiles aims to become a more flexible and feature-rich alternative to egui_dock.

egui_dock only supports binary splits (left/right or top/bottom), while egui_tiles support full horizontal and vertical layouts, as well as grid layouts. egui_tiles also strives to be more customizable, enabling users to override the default style and behavior by implementing methods on a Behavior trait.

egui_dock supports some features that egui_tiles does not yet support, such as close-buttons on each tab, and built-in scroll areas.


egui_tiles development is sponsored by Rerun, a startup doing
visualizations for computer vision and robotics.

Dependencies

~5–10MB
~114K SLoC