Find a file
2024-06-05 01:10:14 +02:00
backend init 2024-05-27 21:24:46 +02:00
frontend controls_panel layout, variables lazy-loading, concurrent waveform parts loading 2024-06-05 01:10:14 +02:00
public init 2024-05-27 21:24:46 +02:00
shared init 2024-05-27 21:24:46 +02:00
src-tauri remove test code, fmt 2024-06-05 01:10:14 +02:00
test_files wave_27 test file + related code 2024-06-05 01:10:14 +02:00
.gitignore init 2024-05-27 21:24:46 +02:00
.taurignore init 2024-05-27 21:24:46 +02:00
Cargo.lock init 2024-05-27 21:24:46 +02:00
Cargo.toml init 2024-05-27 21:24:46 +02:00
Makefile.toml init 2024-05-27 21:24:46 +02:00
MoonZoon.toml init 2024-05-27 21:24:46 +02:00
README.md Screenshot in README.md 2024-05-28 09:28:31 +02:00

FastWave

Cross-Platform Wave Viewer


fastwave_screenshot

Start:

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

Troubleshooting:


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