awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 Repos

Awesome GitHub RepositoriesLayout Debugging Utilities

Tools that visualize or inspect the internal structure of interface components for development purposes.

Explore 3 awesome GitHub repositories matching operating systems & systems programming · Layout Debugging Utilities. Refine with filters or upvote what's useful.

Awesome Layout Debugging Utilities GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • textualize/richAvatar von Textualize

    Textualize/rich

    56,636Auf GitHub ansehen↗

    Rich is a comprehensive library for building sophisticated command-line interfaces and terminal applications. It provides a robust console formatting engine and a layout framework that enables developers to render rich text, syntax-highlighted code, and complex data structures directly in the terminal. By utilizing a recursive constraint-based layout engine, the library allows for the creation of hierarchical grids, panels, and trees that maintain their structure even as terminal dimensions change. What distinguishes the library is its ability to manage persistent, real-time terminal interfac

    Inspect nested interface regions using tree-based visualizations to verify component positioning and layout logic during development.

    Pythonansi-colorsemojimarkdown
    Auf GitHub ansehen↗56,636
  • snapkit/masonryAvatar von SnapKit

    SnapKit/Masonry

    18,157Auf GitHub ansehen↗

    Masonry is a declarative UI layout engine and domain-specific language for defining layout constraints on iOS and macOS. It serves as a wrapper for native Apple layout constraints, providing a system for positioning views on a screen by declaring rules and priorities. The library implements a fluent interface that uses chainable method calls to define complex screen layouts. This approach replaces native configuration calls with an expressive syntax for generating layout rules. The engine includes capabilities for managing constraint priorities to resolve layout conflicts and tools for updat

    Includes utilities for naming views and constraints to isolate and fix layout errors in the console.

    Objective-C
    Auf GitHub ansehen↗18,157
  • tachyons-css/tachyonsAvatar von tachyons-css

    tachyons-css/tachyons

    11,711Auf GitHub ansehen↗

    Tachyons is a utility-first CSS framework and functional CSS library. It provides a collection of single-purpose classes used to style elements and build layouts without writing custom CSS. The framework centers on a mobile-first responsive design system and a nestable grid architecture that adapts layouts across different screen sizes. It includes accessible color palettes and schemes designed to meet visual contrast and accessibility standards. The system provides tools for utility-first styling, responsive layout management, and visual debugging to resolve alignment and spacing issues.

    Includes tools for visualizing and resolving structural alignment and spacing issues.

    CSScssdesigndesign-patterns
    Auf GitHub ansehen↗11,711
  1. Home
  2. Operating Systems & Systems Programming
  3. Terminal and Command-Line Environments
  4. Terminal Interface Systems
  5. Terminal User Interface Tooling
  6. Layout Debugging Utilities

Unter-Tags erkunden

  • CSS Layout Visualization ToolsUtilities that visualize the bounding boxes and spacing of CSS elements for debugging purposes. **Distinct from Layout Debugging Utilities:** Specifically targets CSS layout visualization rather than general interface or terminal debugging.
  • CSS Visual Debugging UtilitiesSpecialized tools for visualizing CSS layout structures to identify alignment and spacing issues. **Distinct from Layout Debugging Utilities:** Focuses on CSS layout visualization specifically, rather than general terminal or runtime UI debugging.