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

@@ -71,11 +71,15 @@ fun main() = application {
<!-- __demos__ -->
## Demos
### DemoImageFit01
[source code](src/jvmDemo/kotlin/DemoImageFit01.kt)
Tests `drawer.imageFit()` with all FitMethods for portrait and landscape images.
![DemoImageFit01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-image-fit/images/DemoImageFit01Kt.png)
[source code](src/jvmDemo/kotlin/DemoImageFit01.kt)
### DemoImageFitSub01
[source code](src/jvmDemo/kotlin/DemoImageFitSub01.kt)
![DemoImageFitSub01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-image-fit/images/DemoImageFitSub01Kt.png)
[source code](src/jvmDemo/kotlin/DemoImageFitSub01.kt)