4 dépôts
Defines reusable variables that can be bound to input widgets or computed from expressions for dynamic chart updates.
Distinct from Parameter-Bound Inputs: No candidate covers parameter definition for interactive visualization; closest is Parameter-Bound Inputs which focuses on widget binding, not the parameter variable itself.
Explore 4 awesome GitHub repositories matching user interface & experience · Interactive Parameter Definitions. Refine with filters or upvote what's useful.
Vega-Lite is a high-level declarative language for specifying interactive, multi-view visualizations. It compiles a concise JSON specification into a full Vega visualization, automatically inferring scales, axes, and legends from encoding declarations. The grammar-of-graphics encoding maps data fields to visual channels such as position, color, size, and shape, while a multi-view composition grammar enables layered, faceted, concatenated, and repeated layouts. Reactive parameter binding links named parameters to input widgets, selections, and expressions for dynamic updates. The project suppo
Vega-Lite stores a reusable value that can be bound to input widgets or computed from expressions for dynamic updates.
Tweakpane is a web GUI control panel and JavaScript parameter debugger used for inspecting frontend state and monitoring real-time variable changes. It provides a graphical interface for adjusting application parameters and tracking values as they change during program execution. The project allows for the creation of interactive inputs and read-only value monitors that bind directly to data variables. It organizes these controls through a hierarchical layout of folders and tabs and supports the serialization of control panel configurations and parameter states into JSON files for persistence
Creates interactive inputs for various data types to modify application variables in real time.
Ryven est un framework de programmation par flux et un éditeur de script visuel pour Python. Il fournit une interface graphique basée sur des nœuds pour concevoir et exécuter une logique en connectant des nœuds fonctionnels discrets afin de construire des pipelines de données exécutables. Le système fonctionne comme un outil de logique visuelle extensible, permettant le développement de nœuds Python personnalisés et l'intégration de widgets GUI interactifs pour étendre les capacités de script. Il inclut un moteur de graphe de nœuds qui prend en charge à la fois l'édition visuelle et l'exécution « headless », permettant aux scripts de s'exécuter sans interface utilisateur graphique. La plateforme couvre la conception de scripts visuels et la logique basée sur les flux, avec des outils pour le rendu d'images de flux et des annotations au stylet. Ses capacités s'étendent à la manipulation d'état en temps réel via une interface en ligne de commande et un mécanisme d'observateur pour la synchronisation automatique des données de variables.
Binds interactive GUI widgets to node parameters for real-time manipulation of input values.
Vizro is a low-code Python framework for building production-ready data visualization applications. It functions as a UI orchestrator that allows users to define multi-page analytical dashboards through structured configurations in Python, YAML, or JSON, reducing the need for extensive frontend engineering. The project distinguishes itself through generative AI integration, utilizing a model context protocol server to translate natural language descriptions into validated dashboard configurations, charts, and layouts. It also features a decoupled data cataloging system that separates data sou
Changes specific arguments of target components based on user selections within a source graph.