Files
orx/orx-jvm/orx-minim/README.md
2022-03-16 07:20:52 +01:00

15 lines
354 B
Markdown

# orx-minim
A minimal Minim support library
## Usage
Add `orx-minim` to `orxFeatures`
Check the [example](src/demo/kotlin/DemoFFT01.kt)
## Further reading
* [Minim website](https://code.compartmental.net/tools/minim/)
* [Minim Github](https://github.com/ddf/Minim)
* [Minim Processing examples](https://github.com/ddf/Minim/tree/master/examples)