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

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

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

2 个仓库

Awesome GitHub RepositoriesEvent-Driven User Interfaces

UI architectures that decouple visual elements from core logic using an event or delegate system.

Distinct from User Interface Interaction Triggers: Candidates are too narrow (chat-bots) or too broad (generic frameworks), lacking the architectural decoupling focus.

Explore 2 awesome GitHub repositories matching user interface & experience · Event-Driven User Interfaces. Refine with filters or upvote what's useful.

Awesome Event-Driven User Interfaces GitHub Repositories

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

    tomlooman/ActionRoguelike

    4,493在 GitHub 上查看↗

    ActionRoguelike 是一个使用 C++ 和 Unreal Engine 构建的第三人称合作游戏项目。它作为一个联网应用程序,利用复制架构在多个客户端之间同步角色状态和战斗。 该项目实现了一个面向数据的性能框架,采用对象池和异步资源加载来优化内存使用和帧率。它具有结合环境查询的行为树 AI 系统,以驱动自主 NPC 决策和战斗,以及用于将 Actor 变量和用户配置文件保存到磁盘的二进制序列化框架。 代码库涵盖了高级功能,包括动作战斗机制、RPG 角色状态管理和事件驱动的用户界面设计。它还结合了性能优化技术,如动画节流和面向数据的实体管理,以处理大量对象。

    Employs an event-driven architecture to decouple interactive on-screen elements from core game logic.

    C++3dc-plus-pluscpp
    在 GitHub 上查看↗4,493
  • plemeri/transparent-backgroundplemeri 的头像

    plemeri/transparent-background

    1,255在 GitHub 上查看↗

    This software is a computer vision utility designed for automated subject isolation and background removal. It provides a graphical desktop interface that allows users to extract foreground subjects from static images, video files, and live webcam streams without requiring command-line interaction. The application leverages deep learning models to generate high-fidelity alpha masks, enabling the creation of transparent backgrounds or the application of custom replacements. By utilizing hardware-accelerated tensor processing, the system performs real-time segmentation on live camera feeds and

    Wraps the underlying processing engine in a reactive desktop shell that manages user input and visual feedback during media transformation.

    Pythonbackground-removaldeep-learningdichotomous-image-segmentation
    在 GitHub 上查看↗1,255
  1. Home
  2. User Interface & Experience
  3. Event-Driven User Interfaces