From a90f05decd2a29895babf44e40b4e19ba3132e25 Mon Sep 17 00:00:00 2001 From: Edwin Jakobs Date: Wed, 16 Apr 2025 09:50:33 +0000 Subject: [PATCH] add orx-jvm demos to README.md --- orx-jvm/orx-processing/README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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)