add demos to README.md

This commit is contained in:
Abe Pazos
2025-08-27 18:32:18 +00:00
parent 1489b503d2
commit 700b666e5c
35 changed files with 1430 additions and 356 deletions

View File

@@ -5,11 +5,15 @@ CPU and GPU-based implementation for integral images (summed area tables)
<!-- __demos__ -->
## Demos
### DemoFII01
[source code](src/demo/kotlin/DemoFII01.kt)
Apply box blurs with large windows
![DemoFII01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-integral-image/images/DemoFII01Kt.png)
### DemoFII02
[source code](src/demo/kotlin/DemoFII02.kt)
[source code](src/demo/kotlin/DemoFII01.kt)
### DemoFII02
Implement an FM like video synthesizer using [FastIntegralImage]
![DemoFII02Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-integral-image/images/DemoFII02Kt.png)
[source code](src/demo/kotlin/DemoFII02.kt)