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: about 20 hours 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 (10 months ago)
- Default Branch: master
- Last Pushed: 2024-04-10T19:17:26.000Z (7 months ago)
- Last Synced: 2024-04-11T01:14:37.476Z (7 months ago)
- Topics: dft, fft, frft, signal-processing, svelte, threejs
- Language: Rust
- Homepage: https://static.laszlokorte.de/frft-cube/
- Size: 520 KB
- Stars: 2
- 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)
## 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`