Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/laszlokorte/svelte-rust-fft
Discrete Fourier Transform in Svelte+ThreeJS+Rust+WASM
https://github.com/laszlokorte/svelte-rust-fft
dft fft frft signal-processing svelte threejs
Last synced: 22 days ago
JSON representation
Discrete Fourier Transform in Svelte+ThreeJS+Rust+WASM
- Host: GitHub
- URL: https://github.com/laszlokorte/svelte-rust-fft
- Owner: laszlokorte
- Created: 2024-01-02T18:10:57.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-20T21:28:33.000Z (27 days ago)
- Last Synced: 2024-12-20T22:26:04.203Z (27 days ago)
- Topics: dft, fft, frft, signal-processing, svelte, threejs
- Language: Rust
- Homepage: https://static.laszlokorte.de/frft-cube/
- Size: 520 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FFT WASM
Discrete Fourier Transform in Svelte+ThreeJS+Rust+WASM
![Screenshot of the UI](preview.png)
[Live Demo](https://static.laszlokorte.de/frft-cube/) | [Video Demo](https://www.youtube.com/watch?v=Xe2Ob1gPqlg)
## Build WASM module
```sh
wasm-pack build
```## Run Webserver
```sh
yarn --cwd www run dev
```## Build Webapp
```sh
yarn --cwd www run build
```Output will be in `www/build`