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 एप्लिकेशन है जिसे ट्रैक मैप पर इंटरैक्टिव Formula 1 रेस इवेंट्स और ड्राइवर स्थितियों को रेंडर करने के लिए डिज़ाइन किया गया है। यह रियल-टाइम ड्राइवर स्पीड, गियर और DRS स्थिति की निगरानी के लिए एक टेलीमेट्री एनालिसिस डैशबोर्ड और एक इंटरैक्टिव रेस रिप्ले सिस्टम के रूप में कार्य करता है। यह प्रोजेक्ट ड्राइवर स्टैंडिंग, टायर कंपाउंड्स और रिटायरमेंट स्थिति को ट्रैक करने के लिए एक लाइव रेस लीडरबोर्ड प्रदान करता है। इसमें रेस अनुक्रमों और ड्राइवर आंदोलनों को सिम्युलेट करने के लिए नेविगेशन कंट्रोल्स के साथ एक प्लेबैक टूल शामिल है, जिसमें सेफ्टी कार तैनाती का एनिमेशन भी शामिल है।
Implements a compositional window structure for organizing independent telemetry analysis modules.