{"id":13546730,"url":"https://github.com/Adanos020/egui_dock","last_synced_at":"2025-04-02T18:32:25.498Z","repository":{"id":53918571,"uuid":"519144908","full_name":"Adanos020/egui_dock","owner":"Adanos020","description":"Docking support for egui – an immediate-mode GUI library for Rust","archived":false,"fork":false,"pushed_at":"2025-03-20T19:23:22.000Z","size":3342,"stargazers_count":496,"open_issues_count":23,"forks_count":82,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-03-20T19:44:06.819Z","etag":null,"topics":["docking","egui","gui","immediate-mode","rust","rust-crate","rust-library","tabs"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"lain-dono/egui_docking","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Adanos020.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-07-29T08:48:02.000Z","updated_at":"2025-03-19T03:50:52.000Z","dependencies_parsed_at":"2023-12-31T20:26:14.398Z","dependency_job_id":"abba5776-5091-4fa6-a1ad-b328bc75dc7e","html_url":"https://github.com/Adanos020/egui_dock","commit_stats":{"total_commits":101,"total_committers":20,"mean_commits":5.05,"dds":0.5445544554455446,"last_synced_commit":"9c5154bda8decfb6f187fc1e00e3f16a4115a8b5"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Adanos020%2Fegui_dock","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Adanos020%2Fegui_dock/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Adanos020%2Fegui_dock/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Adanos020%2Fegui_dock/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Adanos020","download_url":"https://codeload.github.com/Adanos020/egui_dock/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246870133,"owners_count":20847249,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docking","egui","gui","immediate-mode","rust","rust-crate","rust-library","tabs"],"created_at":"2024-08-01T12:00:43.926Z","updated_at":"2025-04-02T18:32:25.493Z","avatar_url":"https://github.com/Adanos020.png","language":"Rust","funding_links":[],"categories":["Libraries"],"sub_categories":[],"readme":"# `egui_dock`: docking system for [egui](https://github.com/emilk/egui)\n\n[![github](https://img.shields.io/badge/github-Adanos020/egui_dock-8da0cb?logo=github)](https://github.com/Adanos020/egui_dock)\n[![crates.io](https://img.shields.io/crates/v/egui_dock)](https://crates.io/crates/egui_dock)\n[![docs.rs](https://img.shields.io/docsrs/egui_dock)](https://docs.rs/egui_dock/)\n[![egui_version](https://img.shields.io/badge/egui-0.31-blue)](https://github.com/emilk/egui)\n\nOriginally created by [@lain-dono](https://github.com/lain-dono), this library provides a docking system for `egui`.\n\n## Contributing\n\nBefore contributing, please read [the contribution guide](CONTRIBUTING.md).\n\nThis library is a collaborative project developed with direct involvement of its users.\n\nPlease feel free to open new issues and pull requests, and participate in discussions!\nA lot of our discussions take place on [`egui`'s official Discord server](https://discord.gg/JFcEma9bJq),\nin the `#egui_dock` channel.\n\n## Features\n\n- Opening and closing tabs.\n- Moving tabs between nodes and resizing.\n- Dragging tabs out into new `egui` windows.\n- Highly customizable look and feel.\n- High degree of control over behaviour of the whole dock area and of individual tabs.\n- Manipulating tabs and dock layout from code.\n\n## Quick start\n\nAdd `egui` and `egui_dock` to your project's dependencies.\n\n```toml\n[dependencies]\negui = \"0.31\"\negui_dock = \"0.16\"\n```\n\nThen proceed by setting up `egui`, following its [quick start guide](https://github.com/emilk/egui#quick-start).\nOnce that's done, you can start using `egui_dock` – more details on that can be found in the\n[documentation](https://docs.rs/egui_dock/latest/egui_dock/).\n\n## Examples\n\nThe Git repository of this crate contains some example applications demonstrating how to achieve certain effects.\nYou can find all of them in the [`examples`](examples) folder.\n\nYou can run them with Cargo from the crate's root directory, for example: `cargo run --example hello`.\n\n## Demo\n\n![demo](images/demo.gif \"Demo\")\n\n## Alternatives\n\n### [egui_tiles](https://github.com/rerun-io/egui_tiles)\n\nIt's a library aiming to achieve similar goals in addition to being more flexible and customizable.\n\nOne feature it supports that `egui_dock` does not at the moment is the ability to divide nodes into more than two\nchildren,\nenabling horizontal, vertical, and grid layouts.\n\n\u003e [!NOTE]\n\u003e `egui_tiles` is much earlier in development than `egui_dock` and doesn't yet support a lot of features.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAdanos020%2Fegui_dock","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FAdanos020%2Fegui_dock","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAdanos020%2Fegui_dock/lists"}