add demos to README.md

This commit is contained in:
Abe Pazos
2025-08-27 19:48:23 +00:00
parent b231b415f1
commit 64493302c7
35 changed files with 283 additions and 0 deletions

View File

@@ -9,6 +9,7 @@ The FFT routine found in `orx-fft` is a Kotlin port of Minim's FFT routine.
Demonstration of using FFT to filter a two-dimensional shape. Mouse xy-position is mapped
to lowpass and highpass settings of the filter.
![DemoFFTShape01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-fft/images/DemoFFTShape01Kt.png)
[source code](src/jvmDemo/kotlin/DemoFFTShape01.kt)