Find a file
2024-06-14 22:01:23 +02:00
.cargo file picker - file input 2024-06-05 01:10:14 +02:00
backend init 2024-05-27 21:24:46 +02:00
docs pan & zoom boundaries + related gifs 2024-06-14 22:01:23 +02:00
frontend pan & zoom boundaries + related gifs 2024-06-14 22:01:23 +02:00
public init 2024-05-27 21:24:46 +02:00
shared pan & zoom boundaries + related gifs 2024-06-14 22:01:23 +02:00
src-tauri pan & zoom boundaries + related gifs 2024-06-14 22:01:23 +02:00
test_files wave_27 test file + related code 2024-06-05 01:10:14 +02:00
.gitignore enable both FASTWAVE_PLATFORM values in Rust Analyzer 2024-06-05 01:10:14 +02:00
.taurignore tauri dev watches shared, VarFormat::format 2024-06-09 01:38:44 +02:00
Cargo.lock selected_var_format_button 2024-06-08 23:54:13 +02:00
Cargo.toml selected_var_format_button 2024-06-08 23:54:13 +02:00
LICENSE LICENSE update 2024-06-05 01:10:14 +02:00
Makefile.toml load_signal_and_get_timeline in browser.rs, tasks.start_browser_release 2024-06-08 18:24:11 +02:00
MoonZoon.toml tauri dev watches shared, VarFormat::format 2024-06-09 01:38:44 +02:00
README.md pan & zoom boundaries + related gifs 2024-06-14 22:01:23 +02:00

FastWave

Cross-Platform Wave Viewer


Fastwave - Browser (Firefox) Browser (Firefox)

Fastwave - Desktop, miller columns and tree Desktop, miller columns and tree

Fastwave - Zoom, pan and basic number formats Zoom, pan and basic number formats

Fastwave - Zoom and all formats Zoom and all formats


Install requirements:

  1. Install Rust
  2. Install Node.js
  3. cargo install cargo-make
  4. makers install

Start the desktop version:

  1. makers start

Troubleshooting:


Production build of the desktop version:

  1. makers bundle
  2. Runnable executable is in target/release
  3. Installable bundles specific for the platform are in target/release/bundle

Start in a browser:

  1. makers start_browser
  2. Ctrl + Click the server URL mentioned in the terminal log

Start in a browser in the release mode:

  1. makers start_browser_release
  2. Ctrl + Click the server URL mentioned in the terminal log

Steps before pushing:

  1. makers format

Test files

See the folder test_files.