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

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

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

3 个仓库

Awesome GitHub RepositoriesCustom UI Frameworks

Specialized frameworks designed for specific application logic and layout management.

Distinct from User Interface Frameworks: Distinct from User Interface Frameworks: refers to a specific custom-built framework for 3D slicing UI logic rather than general web frameworks.

Explore 3 awesome GitHub repositories matching user interface & experience · Custom UI Frameworks. Refine with filters or upvote what's useful.

Awesome Custom UI Frameworks GitHub Repositories

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

    Ultimaker/Cura

    6,977在 GitHub 上查看↗

    Cura is 3D printer slicing software and a G-code generator that converts 3D models into machine-readable instructions. It provides a management interface for configuring printer profiles and coordinating additive manufacturing workflows. The software includes a multi-extruder print controller for defining multi-material or multi-nozzle hardware setups. It supports custom printer integration by allowing users to define machine dimensions and G-code requirements for hardware not included in default lists. The platform covers remote print management through integration with external print serve

    Implements a custom framework to handle core user interface logic and layout management.

    Python
    在 GitHub 上查看↗6,977
  • duilib/duilibduilib 的头像

    duilib/duilib

    5,940在 GitHub 上查看↗

    Duilib 是一个 Windows UI 库和自定义渲染引擎,专为构建高性能 PC 客户端软件图形界面而设计。它作为一个 DirectUI 框架,允许创建定制的布局和界面元素,而无需依赖标准的操作系统控件。 该框架实现了直接用户界面方法来渲染自定义图形元素。这使得设计桌面应用程序的非标准视觉布局成为可能,包括那些需要为资源密集型软件进行高性能渲染的应用。 该系统涵盖了广泛的 UI 开发功能,包括复合渲染管线、可插拔布局引擎和自定义控件层次结构。它利用 Direct2D 图形后端进行硬件加速绘图,并使用事件驱动的消息循环将系统消息映射到组件回调。

    Functions as a DirectUI framework that renders custom elements directly to the screen instead of using standard Windows controls.

    C++
    在 GitHub 上查看↗5,940
  • dioxuslabs/taffyDioxusLabs 的头像

    DioxusLabs/taffy

    2,972在 GitHub 上查看↗

    Taffy is a layout engine that calculates the size and position of user interface components. It is a language-agnostic tool that computes element geometry using Flexbox and Grid algorithms. The engine operates on custom tree structures and node storage through a trait-based interface. This design allows it to be integrated into various programming languages and custom memory management systems. The system handles UI layout computation, including leaf node measurement and floating point pixel snapping to prevent blurring on displays. It utilizes layout result caching to avoid redundant calcul

    Serves as a foundational component for building custom UI frameworks by providing the core layout logic.

    Rustcss-gridflexboxhacktoberfest
    在 GitHub 上查看↗2,972
  1. Home
  2. User Interface & Experience
  3. User Interface Frameworks
  4. Custom UI Frameworks

探索子标签

  • DirectUI FrameworksFrameworks that bypass OS native controls to render UI elements directly to a graphics surface. **Distinct from Custom UI Frameworks:** Distinct from general custom frameworks by specifically implementing the DirectUI pattern of bypassing native OS widgets.