awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم 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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • textualize/richالصورة الرمزية لـ Textualize

    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/masonryالصورة الرمزية لـ SnapKit

    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/tachyonsالصورة الرمزية لـ tachyons-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.