{"id":48200090,"url":"https://github.com/plexus-oss/ui","last_synced_at":"2026-04-04T18:19:44.578Z","repository":{"id":322852280,"uuid":"1070972451","full_name":"plexus-oss/ui","owner":"plexus-oss","description":"GPU-accelerated React charts for real-time sensor data — WebGPU/WebGL2, 100k+ points at 60fps","archived":false,"fork":false,"pushed_at":"2026-03-28T21:10:11.000Z","size":73173,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-03-29T00:09:20.409Z","etag":null,"topics":["aerospace","data-visualization","design","frontend","hardware","observability","react","real-time","sensor-data","tailwind","telemetry","ui","webgpu"],"latest_commit_sha":null,"homepage":"https://ui.plexus.company","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/plexus-oss.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-10-06T17:30:33.000Z","updated_at":"2026-03-28T06:37:42.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/plexus-oss/ui","commit_stats":null,"previous_names":["plexus-space/ui"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/plexus-oss/ui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plexus-oss%2Fui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plexus-oss%2Fui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plexus-oss%2Fui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plexus-oss%2Fui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/plexus-oss","download_url":"https://codeload.github.com/plexus-oss/ui/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plexus-oss%2Fui/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31408044,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T10:20:44.708Z","status":"ssl_error","status_checked_at":"2026-04-04T10:20:06.846Z","response_time":60,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aerospace","data-visualization","design","frontend","hardware","observability","react","real-time","sensor-data","tailwind","telemetry","ui","webgpu"],"created_at":"2026-04-04T18:19:43.830Z","updated_at":"2026-04-04T18:19:44.554Z","avatar_url":"https://github.com/plexus-oss.png","language":"TypeScript","readme":"# Plexus UI\n\n**GPU-accelerated React components for real-time visualization of physical systems.** WebGPU/WebGL2 charts, 3D viewers, and flight instruments that render 100k+ data points at 60fps — built for IoT dashboards, aerospace HUDs, robotics, and industrial monitoring.\n\n[![npm](https://img.shields.io/npm/v/@plexusui/cli)](https://www.npmjs.com/package/@plexusui/cli)\n[![License](https://img.shields.io/badge/license-MIT-blue)](LICENSE)\n\n```tsx\n\u003cLineChart.Root\n  series={[\n    {\n      name: \"Temperature\",\n      data: points,\n      color: \"#3b82f6\",\n    },\n  ]}\n  xAxis={{ label: \"Time (s)\", domain: \"auto\" }}\n  yAxis={{ label: \"°C\" }}\n  height={400}\n  preferWebGPU={true}\n\u003e\n  \u003cLineChart.Canvas showGrid /\u003e\n  \u003cLineChart.Axes /\u003e\n  \u003cLineChart.Tooltip /\u003e\n\u003c/LineChart.Root\u003e\n```\n\n## Install\n\n```bash\nnpx plexusui init\nnpx plexusui add line-chart\n```\n\nCopy-paste components into your project — no runtime dependency to manage.\n\n## Components\n\n### Charts\n\n| Component | Description |\n|-----------|-------------|\n| **LineChart** | Multi-series line chart, 100k+ points, real-time streaming |\n| **AreaChart** | Filled area chart with stacking |\n| **BarChart** | Vertical/horizontal bars, grouped \u0026 stacked layouts |\n| **ScatterChart** | Scatter plot with variable point sizes/colors, 50k+ points |\n| **HistogramChart** | Distribution with auto-binning (Sturges/Scott/Freedman-Diaconis) |\n| **HeatmapChart** | 2D grid heatmap for thermal/pressure arrays |\n\n### 3D Visualization\n\n| Component | Description |\n|-----------|-------------|\n| **PointCloudViewer** | 10M+ points, LIDAR/photogrammetry, color mapping by height/intensity |\n| **3DModelViewer** | STL/OBJ/GLTF/GLB with vertex color overlay for stress/thermal analysis |\n\n### Instruments\n\n| Component | Description |\n|-----------|-------------|\n| **AttitudeIndicator** | Artificial horizon (pitch/roll) for aerospace displays |\n| **RadarChart** | Polar radar sweep for air traffic, sonar, LIDAR |\n\n### Data \u0026 Timeline\n\n| Component | Description |\n|-----------|-------------|\n| **DataGrid** | Virtual scrolling table for 10k+ rows of telemetry logs |\n| **Gantt** | Interactive timeline with zoom/infinite scroll for mission planning |\n\n### Interactive Overlays\n\n| Component | Description |\n|-----------|-------------|\n| **ChartAnnotations** | Click-to-add text labels on data points |\n| **ChartRegion** | Shaded vertical regions to mark time ranges/flight phases |\n| **ChartRuler** | Interactive measurement tool (ΔX, ΔY, distance) |\n\n## Why Plexus UI\n\n- **GPU-accelerated rendering** — WebGPU with WebGL2 fallback. Charts stay at 60fps even with 100k+ points.\n- **Zero-copy buffer updates** — Stream data directly to the GPU without serialization overhead.\n- **Copy-paste, not install** — Components live in your codebase. No version conflicts, no lock-in.\n- **TypeScript + React** — Full type safety, composable primitives, dark mode built in.\n\n## Development\n\n```bash\ngit clone https://github.com/plexus-oss/ui.git\ncd ui\nnpm install\nnpm run dev\n```\n\nOpen http://localhost:3000 to see the playground and demos.\n\n## Contributing\n\n- Report bugs via [GitHub Issues](https://github.com/plexus-oss/ui/issues)\n- Request features via [Discussions](https://github.com/plexus-oss/ui/discussions)\n- Submit PRs for bug fixes or new components\n\n## License\n\nMIT License — see [LICENSE](./LICENSE) for details.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplexus-oss%2Fui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fplexus-oss%2Fui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplexus-oss%2Fui/lists"}