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

@@ -7,6 +7,7 @@ CPU and GPU-based implementation for integral images (summed area tables)
### DemoFII01
Apply box blurs with large windows
![DemoFII01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-integral-image/images/DemoFII01Kt.png)
[source code](src/demo/kotlin/DemoFII01.kt)
@@ -14,6 +15,7 @@ Apply box blurs with large windows
### 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)