add orx-jvm demos to README.md

This commit is contained in:
Edwin Jakobs
2025-04-16 09:50:33 +00:00
parent 111ba381f3
commit a90f05decd

View File

@@ -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.
APIs of both Processing and OPENRNDR, simplifying interoperability and reducing boilerplate code for type translation.
<!-- __demos__ -->
## Demos
### DemoPShape01
[source code](src/demo/kotlin/DemoPShape01.kt)
![DemoPShape01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-jvm/orx-processing/images/DemoPShape01Kt.png)