Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`