awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 dépôts

Awesome GitHub RepositoriesInteractive Parameter Definitions

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.

Awesome Interactive Parameter Definitions GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • vega/vega-liteAvatar de vega

    vega/vega-lite

    5,216Voir sur GitHub↗

    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.

    TypeScriptchartsdeclarative-languageplot
    Voir sur GitHub↗5,216
  • cocopon/tweakpaneAvatar de cocopon

    cocopon/tweakpane

    4,529Voir sur GitHub↗

    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.

    TypeScript
    Voir sur GitHub↗4,529
  • leon-thomm/ryvenAvatar de leon-thomm

    leon-thomm/Ryven

    4,094Voir sur GitHub↗

    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.

    Pythonflowpython
    Voir sur GitHub↗4,094
  • mckinsey/vizroAvatar de mckinsey

    mckinsey/vizro

    3,579Voir sur GitHub↗

    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.

    Pythondashboarddata-visualizationplotly
    Voir sur GitHub↗3,579
  1. Home
  2. User Interface & Experience
  3. Interactive Parameter Definitions

Explorer les sous-tags

  • Parameter Binding WidgetsUI widgets that bind directly to application variables for real-time value modification. **Distinct from Interactive Parameter Definitions:** Focuses on the interactive widgets used for binding rather than the definition of the parameters themselves