add demos to README.md

This commit is contained in:
OPENRNDR Actions
2020-11-14 12:48:05 +00:00
parent 084f1736e8
commit 5a79072d77
6 changed files with 40 additions and 2 deletions

View File

@@ -8,6 +8,16 @@ Collection of shader based fills and strokes. Currently includes 4 types of grad
![DemoRadialGradient01Kt](https://github.com/openrndr/orx/blob/media/orx-shade-styles/images/DemoRadialGradient01Kt.png
<!-- __demos__ -->
## Demos
### DemoAllGradients01
[source code](src/demo/kotlin/DemoAllGradients01.kt)
![DemoAllGradients01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-shade-styles/images/DemoAllGradients01Kt.png)
### DemoNPointGradient01
[source code](src/demo/kotlin/DemoNPointGradient01.kt)
![DemoNPointGradient01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-shade-styles/images/DemoNPointGradient01Kt.png)
### DemoNPointLinearGradient01
[source code](src/demo/kotlin/DemoNPointLinearGradient01.kt)