Find a file
2024-06-05 01:05:02 +02:00
.cargo file picker - file input 2024-06-04 23:27:36 +02:00
backend init 2024-05-27 21:24:46 +02:00
docs docs - screenshot + video 2024-06-05 00:03:50 +02:00
frontend docs - screenshot + video 2024-06-05 00:03:50 +02:00
public init 2024-05-27 21:24:46 +02:00
shared platform 2024-06-01 22:33:56 +02:00
src-tauri file picker - file input 2024-06-04 23:27:36 +02:00
test_files wave_27 test file + related code 2024-05-28 13:33:39 +02:00
.gitignore enable both FASTWAVE_PLATFORM values in Rust Analyzer 2024-06-01 23:49:43 +02:00
.taurignore init 2024-05-27 21:24:46 +02:00
Cargo.lock file picker + show_open_file_picker 2024-06-04 20:11:56 +02:00
Cargo.toml platform 2024-06-01 22:33:56 +02:00
LICENSE LICENSE update 2024-06-05 01:05:02 +02:00
Makefile.toml README update - Start in the browser + Install requirements 2024-06-01 23:58:27 +02:00
MoonZoon.toml file picker - file input 2024-06-04 23:27:36 +02:00
README.md docs - screenshot + video 2024-06-05 00:03:50 +02:00

FastWave

Cross-Platform Wave Viewer


fastwave_screenshot_firefox

fastwave_video_desktop


Install requirements:

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

Start:

  1. makers start

Troubleshooting:


Start in the browser:

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

Steps before pushing:

  1. makers format

Production build:

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