awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • textualize/richTextualize 的头像

    Textualize/rich

    56,636在 GitHub 上查看↗

    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
    在 GitHub 上查看↗56,636
  • snapkit/masonrySnapKit 的头像

    SnapKit/Masonry

    18,157在 GitHub 上查看↗

    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
    在 GitHub 上查看↗18,157
  • tachyons-css/tachyonstachyons-css 的头像

    tachyons-css/tachyons

    11,711在 GitHub 上查看↗

    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
    在 GitHub 上查看↗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

探索子标签

  • 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.