3 रिपॉजिटरी
Engines that partition a display into rectangular regions by treating windows as leaves of a binary tree.
Distinct from Split Screen Layouts: Focuses on the binary tree logic for window tiling rather than simple side-by-side file views.
Explore 3 awesome GitHub repositories matching development tools & productivity · Binary Tree Layout Engines. Refine with filters or upvote what's useful.
bspwm is an X11 tiling window manager that organizes application windows into non-overlapping rectangular tiles using binary space partitioning. It treats the screen as a tree of rectangular regions to automatically manage window placement and is compliant with Extended Window Manager Hints. The project is distinguished by a socket-based window controller, which allows layout changes and configuration settings to be updated via a communication socket rather than through a built-in configuration file. It provides independent window tree management for each detected monitor, treating every dis
Organizes windows as leaves of a binary tree to partition the screen into rectangular regions using split types and ratios.
This project is an automatic tiling window manager and a GNOME desktop interface extension. It functions as a keyboard-driven window orchestrator that organizes application windows into non-overlapping grids using a hierarchical tree structure to subdivide and rearrange screen space. The system provides a multi-monitor layout manager that handles window placement across multiple display outputs and automatically re-tiles when monitors are connected or disconnected. It includes a searchable, asynchronous interface for launching applications, system settings, and locating open windows. The sof
Utilizes a hierarchical tree system to automatically subdivide screen space into branches and stacks.
react-mosaic एक React टाइलिंग विंडो मैनेजर है जिसका उपयोग कंपोनेंट्स को विंडोज़ और टैब्ड कंटेनर्स के रिसाइज़ेबल ग्रिड में व्यवस्थित करने के लिए किया जाता है। यह रिसाइज़ेबल स्प्लिट पैन और कंटेंट को नेस्टेड पंक्तियों और कॉलम में व्यवस्थित करने के लिए एक ड्रैग करने योग्य विंडो ऑर्केस्ट्रेटर की विशेषता वाला एक लेआउट सिस्टम प्रदान करता है। सिस्टम में एक सीरियलाइज़ेबल लेआउट इंजन शामिल है जो विंडो व्यवस्था को JSON में परिवर्तित करता है, जिससे सत्रों में वर्कस्पेस कॉन्फ़िगरेशन को बनाए रखना और पुनर्स्थापित करना संभव हो जाता है। यह एक टैब्ड वर्कस्पेस इंटरफ़ेस का सपोर्ट करता है जहाँ कई पैनल्स को स्विच करने योग्य हेडर के साथ एकल क्षेत्रों में समूहीकृत किया जाता है। प्रोजेक्ट प्रोग्रामेटिक नियंत्रण और स्वचालित टाइलिंग के माध्यम से व्यापक लेआउट प्रबंधन को कवर करता है, जिसमें ड्रैग-एंड-ड्रॉप पुनर्व्यवस्था और विंडो ऑर्डर रीबैलेंसिंग शामिल है। यह विंडो टूलबार, टैब हेडर और खाली स्टेट रेंडरिंग के लिए UI अनुकूलन विकल्प भी प्रदान करता है।
Implements a tiling system that partitions the display into rectangular regions using a binary tree layout engine.