ibrahimcesar/velociplot

Interactive plots with egui backend

Open

#15 创建于 2025年11月29日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)Rust (0 fork)auto 404
help wantedpriority: mediumtype: feature

仓库指标

Star
 (3 star)
PR 合并指标
 (PR 指标待抓取)

描述

Description

Add interactive plotting support using egui for real-time data exploration.

Features

  • Pan and zoom
  • Hover tooltips
  • Click to select data points
  • Real-time updates
  • Export from interactive view

Tasks

  • Evaluate egui integration approach
  • Implement interactive Canvas backend
  • Add pan/zoom functionality
  • Add hover tooltips
  • Add data selection
  • Create examples
  • Document usage

Acceptance Criteria

  • Smooth interactive experience
  • Works on all platforms
  • Reasonable performance with large datasets

贡献者指南