add demos to README.md

This commit is contained in:
OPENRNDR Actions
2020-05-13 15:49:51 +00:00
parent 389dc9542b
commit 45ff7ebd89

View File

@@ -2,3 +2,19 @@
A collection of shape generators and modifiers
<!-- __demos__ -->
## Demos
### DemoRegularPolygon
[source code](src/demo/kotlin/DemoRegularPolygon.kt)
![DemoRegularPolygonKt](https://raw.githubusercontent.com/openrndr/orx/media/orx-shapes/images/DemoRegularPolygonKt.png)
### DemoRegularStar
[source code](src/demo/kotlin/DemoRegularStar.kt)
![DemoRegularStarKt](https://raw.githubusercontent.com/openrndr/orx/media/orx-shapes/images/DemoRegularStarKt.png)
### DemoRoundedRectangle
[source code](src/demo/kotlin/DemoRoundedRectangle.kt)
![DemoRoundedRectangleKt](https://raw.githubusercontent.com/openrndr/orx/media/orx-shapes/images/DemoRoundedRectangleKt.png)