{"id":15154155,"url":"https://github.com/suous/waview","last_synced_at":"2026-02-07T03:32:10.507Z","repository":{"id":256544303,"uuid":"854449367","full_name":"suous/waview","owner":"suous","description":"🌊 WaView - Simple and tiny CSV waveform viewer ","archived":false,"fork":false,"pushed_at":"2025-07-29T14:00:56.000Z","size":3243,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-29T15:53:11.366Z","etag":null,"topics":["chartjs","mui","react","rust","tauri","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/suous.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}},"created_at":"2024-09-09T07:36:13.000Z","updated_at":"2025-07-29T14:00:59.000Z","dependencies_parsed_at":"2024-09-11T15:33:17.204Z","dependency_job_id":"952a3b19-429a-4cac-b585-95a768b60ac8","html_url":"https://github.com/suous/waview","commit_stats":{"total_commits":48,"total_committers":1,"mean_commits":48.0,"dds":0.0,"last_synced_commit":"38013b9130d2bf67affe0c3feb55d8c2b0fcdd78"},"previous_names":["suous/waview"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/suous/waview","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/suous%2Fwaview","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/suous%2Fwaview/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/suous%2Fwaview/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/suous%2Fwaview/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/suous","download_url":"https://codeload.github.com/suous/waview/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/suous%2Fwaview/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29185344,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-07T00:44:15.062Z","status":"online","status_checked_at":"2026-02-07T02:00:07.217Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["chartjs","mui","react","rust","tauri","typescript"],"created_at":"2024-09-26T17:03:42.886Z","updated_at":"2026-02-07T03:32:10.502Z","avatar_url":"https://github.com/suous.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!-- @format --\u003e\n\n\u003cdiv\u003e\n  \u003cp align=\"center\"\u003e\n    \u003cimg width=\"200px\" style=\"margin-top:-10px;margin-bottom:-30px\" alt=\"WaView Logo\" src=\"public/waview.svg\"\u003e\n  \u003c/p\u003e\n  \u003ch3 align=\"center\"\u003e\n    Simple And Tiny CSV Waveform Viewer\n  \u003c/h3\u003e\n  \u003cp align=\"center\"\u003e\n    Built with \u003ca href=\"https://tauri.app\"\u003eTauri 2\u003c/a\u003e and \u003ca href=\"https://mui.com\"\u003eMUI\u003c/a\u003e to inspect waveforms in CSV files. \u003cbr /\u003e\n    Optimized for minimal size and waveform rendering. \n  \u003c/p\u003e\n  \u003cimg src=\"docs/static/screen.png\" alt=\"waview-screen\" /\u003e\n\u003c/div\u003e\n\n## Features\n\n1. 🦥 Simple: Built with simplicity in mind, less than 2K lines of code.\n\n2. 🐜 Tiny: Optimized for minimal size, less than 2M bundle size.\n\n3. 🥷 Customizable: Easy to customize the app and waveform style.\n\n4. 🗿 Multi-language: Support for multiple languages, including English, Chinese.\n\n5. 🛹 Cross-platform: Support for multiple platforms, including Windows, macOS, and Linux.\n\n```bash\n===============================================================================\n Language            Files        Lines         Code     Comments       Blanks\n===============================================================================\n HTML                    1           16           13            1            2\n Rust                    5          132          114            1           17\n TSX                    17         1234         1089           19          126\n TypeScript              7          255          211           14           30\n===============================================================================\n Total                  30         1637         1427           35          175\n===============================================================================\n```\n\n## How to use\n\n1. Drag any CSV file with columns of numerical values to the app. For example:\n\n| epoch | train_loss | eval_loss | eval_top1 | eval_top5 |\n| ----- | ---------- | --------- | --------- | --------- |\n| 0     | 6.85       | 6.64      | 0.87      | 3.34      |\n| 1     | 6.18       | 4.61      | 14.98     | 33.54     |\n| 2     | 5.63       | 3.66      | 28.14     | 52.41     |\n| 3     | 5.11       | 3.18      | 36.44     | 61.62     |\n| 4     | 4.98       | 2.79      | 43.55     | 68.56     |\n| 5     | 4.57       | 2.53      | 47.81     | 73.12     |\n\n### Shortcuts\n\n| Shortcut                          | Action                 |\n| --------------------------------- | ---------------------- |\n| ⌘ + , (Ctrl + , on Windows/Linux) | Open Preferences       |\n| ⌘ + N (Ctrl + N on Windows/Linux) | Toggle Split Waveforms |\n| ⌘ + O (Ctrl + O on Windows/Linux) | Open Files             |\n| ⌘ + D (Ctrl + D on Windows/Linux) | Display Imported Files |\n\n### Development\n\n1. Install tauri [prerequisites](https://tauri.app/v1/guides/getting-started/prerequisites).\n\n2. Install [bun](https://bun.sh) package manager.\n\n3. Clone and cd to the repo.\n\n```bash\n# clone the repo\ngit clone https://github.com/suous/waview.git\n\n# cd to the repo\ncd waview\n```\n\n4. Install dependencies.\n\n```bash\n# install dependencies\nbun install\n\n# dev\nbun run tauri dev\n\n# build\nbun run tauri build\n```\n\n## Why build this?\n\n1. ⛷️ Learn: Learn about [Tauri](https://tauri.app), [React](https://react.dev), [Rust](https://www.rust-lang.org), and Modern APP development lifecycle.\n\n2. 🔭 Explore: Explore some CSV files I have.\n\n3. 🤷‍♂️ I have no idea.\n\n## Limitations\n\n1. 🏕️ Only support naive CSV files with numerical columns.\n\n2. 🧟‍♂️ Performance is limited with a huge number of data points.\n\n3. 🏗️ Lack of strong typing and test coverage.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuous%2Fwaview","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsuous%2Fwaview","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuous%2Fwaview/lists"}