awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 dépôts

Awesome GitHub RepositoriesMulti-Panel Layout Managers

Systems for coordinating the visibility and layout of several floating containers within a single view.

Distinct from Shell UI Panels: Distinct from Shell UI Panels: focuses on coordinating multiple floating content panels rather than desktop shell overlays.

Explore 3 awesome GitHub repositories matching development tools & productivity · Multi-Panel Layout Managers. Refine with filters or upvote what's useful.

Awesome Multi-Panel Layout Managers GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • scenee/floatingpanelAvatar de SCENEE

    SCENEE/FloatingPanel

    5,813Voir sur GitHub↗

    FloatingPanel est un composant Swift UI pour iOS qui fournit une feuille inférieure interactive et un gestionnaire de panneaux. Il fonctionne comme un contrôleur de présentation modale qui permet aux développeurs d'afficher des conteneurs flottants pour du contenu connexe et des utilitaires à côté d'un écran principal. Le système utilise un système d'ancrage magnétique pour accrocher les panneaux à des positions verticales prédéfinies et prend en charge la gestion de plusieurs panneaux au sein d'une seule vue. Il synchronise la position du panneau avec le comportement de défilement des vues internes pour coordonner le mouvement pendant l'interaction de l'utilisateur. Le projet couvre des capacités pour le suivi de position basé sur les gestes, les calculs de mise en page pilotés par l'état et la répartition d'événements basée sur les délégués. Ces éléments sont utilisés pour implémenter des affichages de contenu contextuel, des modales personnalisées et des interfaces interactives basées sur des cartes.

    Allows the rendering and management of several floating panels in one view with customizable behavior.

    Swift
    Voir sur GitHub↗5,813
  • louisdh/panelkitAvatar de louisdh

    louisdh/panelkit

    3,746Voir sur GitHub↗

    Panelkit is an iOS panel UI framework and multi-panel layout engine designed to create and manage floating, pinned, and modal content panels within applications. It functions as a floating window manager and interface orchestrator, handling the positioning, dragging, and resizing of independent user interface windows on mobile screens. The framework supports dynamic UI composition, allowing content to be rendered in multiple presentation styles such as popovers or pinned sidebars. It includes a state-persistence layout engine that saves and restores window coordinates and dimensions to mainta

    Coordinates the visibility and layout of several floating containers, including automatic dragging and resizing logic.

    Swiftiosipadpanels
    Voir sur GitHub↗3,746
  • patchy631/machine-learningAvatar de patchy631

    patchy631/machine-learning

    1,540Voir sur GitHub↗

    This repository serves as an educational collection of interactive notebooks and code examples designed to demonstrate fundamental machine learning and deep learning concepts. It provides a structured environment for exploring data science workflows, ranging from basic numerical computing and statistical analysis to the construction of complex neural network architectures. The project distinguishes itself through a focus on hands-on experimentation, offering practical implementations for tasks such as computer vision, natural language processing, and statistical simulation. Users can engage w

    Coordinates the visibility and layout of multiple content panels within a single view.

    Jupyter Notebook
    Voir sur GitHub↗1,540
  1. Home
  2. Development Tools & Productivity
  3. Plugin Panel Managers
  4. Multi-Panel Layout Managers

Explorer les sous-tags

  • Panel Overview ViewsDedicated views that visualize all currently active floating and pinned panels for quick organization. **Distinct from Multi-Panel Layout Managers:** Specific to a visual overview mode for switching between panels, rather than the general coordination of their layout.
  • Panel Positioning LogicMechanisms for toggling panels between floating states and pinned edge-docked states. **Distinct from Multi-Panel Layout Managers:** Focuses on the logic of choosing between floating and pinned positions rather than general layout coordination.