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

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

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

4 个仓库

Awesome GitHub RepositoriesStack-Based Layout Containers

Container management via a push/pop stack that automatically positions and spaces nested UI controls.

Distinct from Component Layout Containers: Distinct from Component Layout Containers: focuses on stack-based push/pop management rather than generic flexible container arrangement.

Explore 4 awesome GitHub repositories matching user interface & experience · Stack-Based Layout Containers. Refine with filters or upvote what's useful.

Awesome Stack-Based Layout Containers GitHub Repositories

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

    rxi/microui

    5,525在 GitHub 上查看↗

    microui is a minimal immediate-mode graphical user interface library written in C, designed for resource-constrained environments such as embedded systems. It operates without dynamic memory allocation and has no external dependencies beyond standard C, making it a self-contained solution for building lightweight interfaces. The library is delivered as a single header file, simplifying integration into any project. It uses a fixed-allocator heap for all runtime state, guaranteeing deterministic memory use and predictable performance. All drawing is delegated to user-supplied callbacks, keepin

    "Uses a single function to push and pop container regions that automatically position and space nested controls."

    C
    在 GitHub 上查看↗5,525
  • jinxiansen/swiftuiJinxiansen 的头像

    Jinxiansen/SwiftUI

    5,440在 GitHub 上查看↗

    This project is a declarative UI pattern library and reference implementation for structuring layouts, navigation flows, and data collections across Apple platforms. It provides a collection of practical implementation patterns and component examples for building user interfaces using the SwiftUI framework. The library serves as a cross-platform reference for rendering visual content on iOS and macOS. It includes a view implementation guide that covers managing navigation, handling user inputs, and embedding web content. The codebase covers broad capability areas including layout management

    Provides layout composition using nested horizontal and vertical stacks to automate screen positioning.

    Swift
    在 GitHub 上查看↗5,440
  • simpleboilerplates/swiftui-cheat-sheetSimpleBoilerplates 的头像

    SimpleBoilerplates/SwiftUI-Cheat-Sheet

    4,456在 GitHub 上查看↗

    本项目是一个使用 SwiftUI 框架构建用户界面的参考指南和技术资源。它提供了一个全面的代码示例集合、文档以及可重用视图实现和布局模式的组件库。 该资源包含一个兼容性映射表,将现代声明式视图与其在 UIKit 框架中的命令式对应物联系起来。该文档通过提供关于在声明式层级中封装旧版视图控制器和视图子类的指导,协助从 UIKit 迁移到 SwiftUI。 该指南涵盖了广泛的界面功能,包括导航结构、网格和栈布局的实现,以及高性能列表渲染。它还详细介绍了用于用户输入、手势识别的交互式组件的使用,以及用于样式的视觉修饰符的应用。

    Implements structural arrangements using vertical, horizontal, and depth-based stack containers.

    在 GitHub 上查看↗4,456
  • textualize/toolongTextualize 的头像

    Textualize/toolong

    3,921在 GitHub 上查看↗

    toolong 是一个终端日志查看器和 TUI 日志管理器,专为监控实时日志流和导航大型日志文件而设计。它作为日志聚合器和 JSONL 格式化程序,能够通过自动检测时间戳将多个日志文件合并为单一的时间顺序视图。 该应用程序支持通过美化打印 JSONL 文件和对常见 Web 服务器日志模式应用语法高亮来可视化结构化数据。它通过虚拟大小的可滚动视图高效处理大规模数据,允许用户打开压缩日志或任意大小的文件,而无需将整个文档加载到内存中。 该系统包括用于尾随日志流、执行模糊文本匹配以及通过基于栈的屏幕模型管理导航的功能。它还提供了一个用于发现应用程序功能的命令面板,并支持可点击链接和悬停工具提示等交互元素。

    Implements a stack-based system for pushing, popping, and switching full-terminal containers.

    Pythonjsonlrichterminal
    在 GitHub 上查看↗3,921
  1. Home
  2. User Interface & Experience
  3. Layout Management
  4. Component Layout Containers
  5. Stack-Based Layout Containers