diff --git a/orx-jvm/orx-processing/README.md b/orx-jvm/orx-processing/README.md index 648c2de0..99594db9 100644 --- a/orx-jvm/orx-processing/README.md +++ b/orx-jvm/orx-processing/README.md @@ -10,4 +10,10 @@ For example, orx-processing enables you to: - Transform OPENRNDR Shape and ShapeContour into their Processing equivalents. This module is particularly useful in projects that require the features or -APIs of both Processing and OPENRNDR, simplifying interoperability and reducing boilerplate code for type translation. \ No newline at end of file +APIs of both Processing and OPENRNDR, simplifying interoperability and reducing boilerplate code for type translation. + +## Demos +### DemoPShape01 +[source code](src/demo/kotlin/DemoPShape01.kt) + +![DemoPShape01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-jvm/orx-processing/images/DemoPShape01Kt.png)