ibrahimcesar/velociplot

Interactive plots with egui backend

Open

#15 opened on 2025年11月29日

GitHub で見る
 (0 comments) (0 reactions) (0 assignees)Rust (0 forks)auto 404
help wantedpriority: mediumtype: feature

Repository metrics

Stars
 (3 stars)
PR merge metrics
 (PR metrics pending)

説明

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

コントリビューターガイド