add orx-jvm demos to README.md
This commit is contained in:
@@ -24,3 +24,22 @@ this addon provides some helper functions to convert them to OPENRNDR types:
|
|||||||
|
|
||||||
<!-- __demos__ -->
|
<!-- __demos__ -->
|
||||||
## Demos
|
## Demos
|
||||||
|
### DemoContours01
|
||||||
|
[source code](src/demo/kotlin/DemoContours01.kt)
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
### DemoResize01
|
||||||
|
[source code](src/demo/kotlin/DemoResize01.kt)
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
### DemoResize02
|
||||||
|
[source code](src/demo/kotlin/DemoResize02.kt)
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
### DemoSimplified01
|
||||||
|
[source code](src/demo/kotlin/DemoSimplified01.kt)
|
||||||
|
|
||||||
|

|
||||||
|
|||||||
@@ -174,3 +174,32 @@ import org.openrndr.extra.parameters.DoubleParameter
|
|||||||

|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
### DemoOptions01
|
||||||
|
[source code](src/demo/kotlin/DemoOptions01.kt)
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
### DemoPresets01
|
||||||
|
[source code](src/demo/kotlin/DemoPresets01.kt)
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
### DemoSideCanvas01
|
||||||
|
[source code](src/demo/kotlin/DemoSideCanvas01.kt)
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
### DemoSimple01
|
||||||
|
[source code](src/demo/kotlin/DemoSimple01.kt)
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
### DemoXYParameter
|
||||||
|
[source code](src/demo/kotlin/DemoXYParameter.kt)
|
||||||
|
|
||||||
|

|
||||||
|
|||||||
@@ -4,3 +4,22 @@ The OPENRNDR UI toolkit. Provides buttons, sliders, text, a color picker and muc
|
|||||||
|
|
||||||
<!-- __demos__ -->
|
<!-- __demos__ -->
|
||||||
## Demos
|
## Demos
|
||||||
|
### DemoHorizontalLayout01
|
||||||
|
[source code](src/demo/kotlin/DemoHorizontalLayout01.kt)
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
### DemoVerticalLayout01
|
||||||
|
[source code](src/demo/kotlin/DemoVerticalLayout01.kt)
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
### DemoWatchDiv01
|
||||||
|
[source code](src/demo/kotlin/DemoWatchDiv01.kt)
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
### DemoWatchObjectDiv01
|
||||||
|
[source code](src/demo/kotlin/DemoWatchObjectDiv01.kt)
|
||||||
|
|
||||||
|

|
||||||
|
|||||||
@@ -4,3 +4,7 @@ Post processing effect that fills transparent parts of the image interpolating t
|
|||||||
|
|
||||||
<!-- __demos__ -->
|
<!-- __demos__ -->
|
||||||
## Demos
|
## Demos
|
||||||
|
### DemoPoissonFill01
|
||||||
|
[source code](src/demo/kotlin/DemoPoissonFill01.kt)
|
||||||
|
|
||||||
|

|
||||||
|
|||||||
Reference in New Issue
Block a user