add demos to README.md

This commit is contained in:
OPENRNDR Actions
2023-04-21 10:52:24 +00:00
parent 21d642170a
commit f21a910a0f
2 changed files with 18 additions and 1 deletions

View File

@@ -36,3 +36,14 @@ val state = object {
val radiusHistory by tracking(state::radius)
```
<!-- __demos__ -->
## Demos
### DemoSmoothing01
[source code](src/jvmDemo/kotlin/DemoSmoothing01.kt)
![DemoSmoothing01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-delegate-magic/images/DemoSmoothing01Kt.png)
### DemoSpring01
[source code](src/jvmDemo/kotlin/DemoSpring01.kt)
![DemoSpring01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-delegate-magic/images/DemoSpring01Kt.png)