add demos to README.md

This commit is contained in:
Edwin Jakobs
2024-03-18 07:01:45 +00:00
parent 5129b9281c
commit a7abee787d

View File

@@ -3,3 +3,9 @@
Simple forward and inverse FFT routine Simple forward and inverse FFT routine
The FFT routine found in `orx-fft` is a Kotlin port of Minim's FFT routine. The FFT routine found in `orx-fft` is a Kotlin port of Minim's FFT routine.
<!-- __demos__ -->
## Demos
### DemoFFTShape01
[source code](src/jvmDemo/kotlin/DemoFFTShape01.kt)
![DemoFFTShape01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-fft/images/DemoFFTShape01Kt.png)