2 个仓库
Building each window as a tree of Vue components where the root defines the window and children define layout and widgets.
Distinct from Window Management Components: Distinct from Window Management Components: focuses on the compositional structure of a window from components, not general window management UI elements.
Explore 2 awesome GitHub repositories matching user interface & experience · Component-Based Window Structures. Refine with filters or upvote what's useful.
Vuido is a framework for building native desktop applications for Windows, macOS, and Linux using Vue.js components, without requiring Electron or Chromium. It maps Vue components directly to native widgets from the libui library, creating lightweight applications that run on a single-threaded event loop and compile templates at build time for optimized runtime performance. The framework provides a complete Vue.js component-to-native bridge, enabling two-way data binding via v-model, component-based window composition, and platform-specific package generation for distributing executables. It
Builds each window as a tree of Vue components, with the root defining the window and children defining layout.
f1-race-replay 是一个 Python 应用程序,用于在赛道地图上渲染交互式一级方程式(F1)比赛事件和车手位置。它作为一个遥测分析仪表板和交互式比赛回放系统,用于监控实时车手速度、档位和 DRS 状态。 该项目提供了一个实时比赛排行榜,用于跟踪车手排名、轮胎配方和退赛状态。它具有一个带有导航控件的播放工具,用于模拟比赛序列和车手移动,包括安全车部署的动画。 该软件通过坐标映射的赛道渲染和状态同步的排行榜,涵盖了遥测可视化和比赛事件模拟。它还包括用于创建自定义遥测窗口以处理和显示实时数据流的功能。
Implements a compositional window structure for organizing independent telemetry analysis modules.