Files
orx/orx-shapes/README.md
2020-10-12 08:47:46 +00:00

41 lines
1.5 KiB
Markdown

# orx-shapes
Collection of 2D shape generators (polygon, star, rounded rectangle) and shape modifiers.
<!-- __demos__ -->
## Demos
### DemoBezierPatch01
[source code](src/demo/kotlin/DemoBezierPatch01.kt)
![DemoBezierPatch01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-shapes/images/DemoBezierPatch01Kt.png)
### DemoBezierPatch02
[source code](src/demo/kotlin/DemoBezierPatch02.kt)
![DemoBezierPatch02Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-shapes/images/DemoBezierPatch02Kt.png)
### DemoBezierPatch03
[source code](src/demo/kotlin/DemoBezierPatch03.kt)
![DemoBezierPatch03Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-shapes/images/DemoBezierPatch03Kt.png)
### DemoRegularPolygon
[source code](src/demo/kotlin/DemoRegularPolygon.kt)
![DemoRegularPolygonKt](https://raw.githubusercontent.com/openrndr/orx/media/orx-shapes/images/DemoRegularPolygonKt.png)
### DemoRegularStar01
[source code](src/demo/kotlin/DemoRegularStar01.kt)
![DemoRegularStar01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-shapes/images/DemoRegularStar01Kt.png)
### DemoRegularStar02
[source code](src/demo/kotlin/DemoRegularStar02.kt)
![DemoRegularStar02Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-shapes/images/DemoRegularStar02Kt.png)
### DemoRoundedRectangle
[source code](src/demo/kotlin/DemoRoundedRectangle.kt)
![DemoRoundedRectangleKt](https://raw.githubusercontent.com/openrndr/orx/media/orx-shapes/images/DemoRoundedRectangleKt.png)