8 unstable releases (3 breaking)
new 0.4.2 | Mar 17, 2023 |
---|---|
0.4.1 | Mar 14, 2023 |
0.4.0 | Feb 9, 2023 |
0.3.1 | Dec 21, 2022 |
0.1.0 | Aug 6, 2022 |
#45 in GUI
5,832 downloads per month
Used in 11 crates
(6 directly)
89KB
2K
SLoC
egui_dock
: docking support for egui
Originally created by @lain-dono, this library provides docking support for egui
.
It lets you open and close tabs, freely move them around, insert them in selected parts of the DockArea
, and resize them.
How to contribute
Feel free to open new issues and pull requests.
Before contributing, please read the contribution guide.
Quick start
Add egui
and egui_dock
to your project's dependencies.
[dependencies]
egui = "0.21"
egui_dock = "0.4"
Then proceed by setting up egui
, following its quick start guide.
Once that's done, you can start using egui_dock
– more details on that can be found in the
documentation.
Demo
Dependencies
~3–7.5MB
~116K SLoC