mirror of
https://github.com/encounter/egui_dock.git
synced 2026-07-10 03:18:37 -07:00
d9613ba86f4bb654fd238f69be7737dcd3a89fbf
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_dock to your project's dependencies.
[dependencies]
egui_dock = "0.3"
Instead of explicitly depending on egui, prefer using egui_dock::egui since it's the compatible version.
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
Languages
Rust
100%
