add demos to README.md

This commit is contained in:
OPENRNDR Actions
2023-04-05 08:09:08 +00:00
parent 359f941ed0
commit db964c6d81
3 changed files with 26 additions and 0 deletions

View File

@@ -39,3 +39,14 @@ extend(TemporalBlur()) {
```
<!-- __demos__ -->
## Demos
### DemoBasic01
[source code](src/demo/kotlin/DemoBasic01.kt)
![DemoBasic01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-temporal-blur/images/DemoBasic01Kt.png)
### DemoColorShift01
[source code](src/demo/kotlin/DemoColorShift01.kt)
![DemoColorShift01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-temporal-blur/images/DemoColorShift01Kt.png)