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

@@ -38,6 +38,7 @@ Note that drawing inside the `repeat` action has no effect. Have a look at the d
### DemoRepeat01
![DemoRepeat01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-timer/images/DemoRepeat01Kt.png)
[source code](src/demo/kotlin/DemoRepeat01.kt)
@@ -45,6 +46,7 @@ Note that drawing inside the `repeat` action has no effect. Have a look at the d
### DemoRepeat02
This demonstrates how to combine `repeat {}` with a postponed event to trigger drawing
![DemoRepeat02Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-timer/images/DemoRepeat02Kt.png)
[source code](src/demo/kotlin/DemoRepeat02.kt)
@@ -52,6 +54,7 @@ This demonstrates how to combine `repeat {}` with a postponed event to trigger d
### DemoTimeOut01
![DemoTimeOut01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-timer/images/DemoTimeOut01Kt.png)
[source code](src/demo/kotlin/DemoTimeOut01.kt)