add orx-jvm demos to README.md
This commit is contained in:
@@ -27,6 +27,7 @@ this addon provides some helper functions to convert them to OPENRNDR types:
|
||||
### DemoContours01
|
||||
|
||||
|
||||
|
||||

|
||||
|
||||
[source code](src/demo/kotlin/DemoContours01.kt)
|
||||
@@ -34,6 +35,7 @@ this addon provides some helper functions to convert them to OPENRNDR types:
|
||||
### DemoResize01
|
||||
|
||||
|
||||
|
||||

|
||||
|
||||
[source code](src/demo/kotlin/DemoResize01.kt)
|
||||
@@ -41,6 +43,7 @@ this addon provides some helper functions to convert them to OPENRNDR types:
|
||||
### DemoResize02
|
||||
|
||||
|
||||
|
||||

|
||||
|
||||
[source code](src/demo/kotlin/DemoResize02.kt)
|
||||
@@ -48,6 +51,7 @@ this addon provides some helper functions to convert them to OPENRNDR types:
|
||||
### DemoSimplified01
|
||||
|
||||
|
||||
|
||||

|
||||
|
||||
[source code](src/demo/kotlin/DemoSimplified01.kt)
|
||||
|
||||
@@ -43,6 +43,7 @@ Find the Chataigne example project in `/resources/timeline_example_chataigne.noi
|
||||
### ChataigneOSCDemo
|
||||
|
||||
|
||||
|
||||

|
||||
|
||||
[source code](src/demo/kotlin/ChataigneOSCDemo.kt)
|
||||
|
||||
@@ -23,6 +23,7 @@ Supported Gltf features
|
||||
### DemoAnimations01
|
||||
|
||||
|
||||
|
||||

|
||||
|
||||
[source code](src/demo/kotlin/DemoAnimations01.kt)
|
||||
@@ -30,6 +31,7 @@ Supported Gltf features
|
||||
### DemoCamera01
|
||||
|
||||
|
||||
|
||||

|
||||
|
||||
[source code](src/demo/kotlin/DemoCamera01.kt)
|
||||
@@ -37,6 +39,7 @@ Supported Gltf features
|
||||
### DemoIrrProbe01
|
||||
|
||||
|
||||
|
||||

|
||||
|
||||
[source code](src/demo/kotlin/DemoIrrProbe01.kt)
|
||||
@@ -44,6 +47,7 @@ Supported Gltf features
|
||||
### DemoLights01
|
||||
|
||||
|
||||
|
||||

|
||||
|
||||
[source code](src/demo/kotlin/DemoLights01.kt)
|
||||
@@ -51,6 +55,7 @@ Supported Gltf features
|
||||
### DemoLights02
|
||||
|
||||
|
||||
|
||||

|
||||
|
||||
[source code](src/demo/kotlin/DemoLights02.kt)
|
||||
@@ -58,6 +63,7 @@ Supported Gltf features
|
||||
### DemoLights03
|
||||
|
||||
|
||||
|
||||

|
||||
|
||||
[source code](src/demo/kotlin/DemoLights03.kt)
|
||||
@@ -65,6 +71,7 @@ Supported Gltf features
|
||||
### DemoObject01
|
||||
|
||||
|
||||
|
||||

|
||||
|
||||
[source code](src/demo/kotlin/DemoObject01.kt)
|
||||
@@ -72,6 +79,7 @@ Supported Gltf features
|
||||
### DemoScene01
|
||||
|
||||
|
||||
|
||||

|
||||
|
||||
[source code](src/demo/kotlin/DemoScene01.kt)
|
||||
@@ -79,6 +87,7 @@ Supported Gltf features
|
||||
### DemoScene02
|
||||
|
||||
|
||||
|
||||

|
||||
|
||||
[source code](src/demo/kotlin/DemoScene02.kt)
|
||||
@@ -86,6 +95,7 @@ Supported Gltf features
|
||||
### DemoScene03
|
||||
|
||||
|
||||
|
||||

|
||||
|
||||
[source code](src/demo/kotlin/DemoScene03.kt)
|
||||
@@ -93,6 +103,7 @@ Supported Gltf features
|
||||
### DemoSegmentContours01
|
||||
|
||||
|
||||
|
||||

|
||||
|
||||
[source code](src/demo/kotlin/DemoSegmentContours01.kt)
|
||||
@@ -100,6 +111,7 @@ Supported Gltf features
|
||||
### DemoSkinning01
|
||||
|
||||
|
||||
|
||||

|
||||
|
||||
[source code](src/demo/kotlin/DemoSkinning01.kt)
|
||||
|
||||
@@ -179,6 +179,7 @@ import org.openrndr.extra.parameters.DoubleParameter
|
||||
### DemoAppearance01
|
||||
|
||||
A simple demonstration of a GUI for drawing some circles
|
||||
|
||||

|
||||
|
||||
[source code](src/demo/kotlin/DemoAppearance01.kt)
|
||||
@@ -186,6 +187,7 @@ A simple demonstration of a GUI for drawing some circles
|
||||
### DemoHide01
|
||||
|
||||
A simple demonstration of a GUI for drawing some circles
|
||||
|
||||

|
||||
|
||||
[source code](src/demo/kotlin/DemoHide01.kt)
|
||||
@@ -193,6 +195,7 @@ A simple demonstration of a GUI for drawing some circles
|
||||
### DemoOptions01
|
||||
|
||||
A simple demonstration of a GUI with a drop down menu
|
||||
|
||||

|
||||
|
||||
[source code](src/demo/kotlin/DemoOptions01.kt)
|
||||
@@ -200,6 +203,7 @@ A simple demonstration of a GUI with a drop down menu
|
||||
### DemoPath01
|
||||
|
||||
|
||||
|
||||

|
||||
|
||||
[source code](src/demo/kotlin/DemoPath01.kt)
|
||||
@@ -210,6 +214,7 @@ Shows how to store and retrieve in-memory gui presets.
|
||||
Keyboard controls:
|
||||
[Left Shift] + [0]..[9] => store current gui values to a preset
|
||||
[0]..[9] => recall a preset
|
||||
|
||||

|
||||
|
||||
[source code](src/demo/kotlin/DemoPresets01.kt)
|
||||
@@ -217,6 +222,7 @@ Keyboard controls:
|
||||
### DemoSideCanvas01
|
||||
|
||||
A simple demonstration of a GUI for drawing some circles
|
||||
|
||||

|
||||
|
||||
[source code](src/demo/kotlin/DemoSideCanvas01.kt)
|
||||
@@ -224,6 +230,7 @@ A simple demonstration of a GUI for drawing some circles
|
||||
### DemoSimple01
|
||||
|
||||
A simple demonstration of a GUI for drawing some circles
|
||||
|
||||

|
||||
|
||||
[source code](src/demo/kotlin/DemoSimple01.kt)
|
||||
@@ -231,6 +238,7 @@ A simple demonstration of a GUI for drawing some circles
|
||||
### DemoXYParameter
|
||||
|
||||
|
||||
|
||||

|
||||
|
||||
[source code](src/demo/kotlin/DemoXYParameter.kt)
|
||||
|
||||
@@ -192,6 +192,7 @@ Supported functions in expressions:
|
||||
### DemoEvelope01
|
||||
|
||||
|
||||
|
||||

|
||||
|
||||
[source code](src/demo/kotlin/DemoEvelope01.kt)
|
||||
@@ -199,6 +200,7 @@ Supported functions in expressions:
|
||||
### DemoFull01
|
||||
|
||||
|
||||
|
||||

|
||||
|
||||
[source code](src/demo/kotlin/DemoFull01.kt)
|
||||
@@ -206,6 +208,7 @@ Supported functions in expressions:
|
||||
### DemoScrub01
|
||||
|
||||
|
||||
|
||||

|
||||
|
||||
[source code](src/demo/kotlin/DemoScrub01.kt)
|
||||
@@ -213,6 +216,7 @@ Supported functions in expressions:
|
||||
### DemoSimple01
|
||||
|
||||
|
||||
|
||||

|
||||
|
||||
[source code](src/demo/kotlin/DemoSimple01.kt)
|
||||
@@ -220,6 +224,7 @@ Supported functions in expressions:
|
||||
### DemoSimple02
|
||||
|
||||
|
||||
|
||||

|
||||
|
||||
[source code](src/demo/kotlin/DemoSimple02.kt)
|
||||
@@ -227,6 +232,7 @@ Supported functions in expressions:
|
||||
### DemoSimpleExpressions01
|
||||
|
||||
|
||||
|
||||

|
||||
|
||||
[source code](src/demo/kotlin/DemoSimpleExpressions01.kt)
|
||||
|
||||
@@ -140,6 +140,7 @@ import org.openrndr.draw.*
|
||||
### DemoOlive01
|
||||
|
||||
Live-coding with [oliveProgram]
|
||||
|
||||

|
||||
|
||||
[source code](src/demo/kotlin/DemoOlive01.kt)
|
||||
@@ -147,6 +148,7 @@ Live-coding with [oliveProgram]
|
||||
### DemoOliveFromScript01
|
||||
|
||||
Live-coding with [Olive], an older, not recommended, way to do things
|
||||
|
||||

|
||||
|
||||
[source code](src/demo/kotlin/DemoOliveFromScript01.kt)
|
||||
|
||||
@@ -7,6 +7,7 @@ The OPENRNDR UI toolkit. Provides buttons, sliders, text, a color picker and muc
|
||||
### DemoHorizontalLayout01
|
||||
|
||||
|
||||
|
||||

|
||||
|
||||
[source code](src/demo/kotlin/DemoHorizontalLayout01.kt)
|
||||
@@ -14,6 +15,7 @@ The OPENRNDR UI toolkit. Provides buttons, sliders, text, a color picker and muc
|
||||
### DemoVerticalLayout01
|
||||
|
||||
|
||||
|
||||

|
||||
|
||||
[source code](src/demo/kotlin/DemoVerticalLayout01.kt)
|
||||
@@ -21,6 +23,7 @@ The OPENRNDR UI toolkit. Provides buttons, sliders, text, a color picker and muc
|
||||
### DemoWatchDiv01
|
||||
|
||||
|
||||
|
||||

|
||||
|
||||
[source code](src/demo/kotlin/DemoWatchDiv01.kt)
|
||||
@@ -28,6 +31,7 @@ The OPENRNDR UI toolkit. Provides buttons, sliders, text, a color picker and muc
|
||||
### DemoWatchObjectDiv01
|
||||
|
||||
|
||||
|
||||

|
||||
|
||||
[source code](src/demo/kotlin/DemoWatchObjectDiv01.kt)
|
||||
|
||||
@@ -7,6 +7,7 @@ Post processing effect that fills transparent parts of the image interpolating t
|
||||
### DemoPoissonFill01
|
||||
|
||||
|
||||
|
||||

|
||||
|
||||
[source code](src/demo/kotlin/DemoPoissonFill01.kt)
|
||||
@@ -14,6 +15,7 @@ Post processing effect that fills transparent parts of the image interpolating t
|
||||
### DemoPoissonFill02
|
||||
|
||||
|
||||
|
||||

|
||||
|
||||
[source code](src/demo/kotlin/DemoPoissonFill02.kt)
|
||||
|
||||
@@ -16,6 +16,7 @@ APIs of both Processing and OPENRNDR, simplifying interoperability and reducing
|
||||
### DemoPShape01
|
||||
|
||||
|
||||
|
||||

|
||||
|
||||
[source code](src/demo/kotlin/DemoPShape01.kt)
|
||||
@@ -23,6 +24,7 @@ APIs of both Processing and OPENRNDR, simplifying interoperability and reducing
|
||||
### DemoPShape02
|
||||
|
||||
|
||||
|
||||

|
||||
|
||||
[source code](src/demo/kotlin/DemoPShape02.kt)
|
||||
|
||||
@@ -43,6 +43,7 @@ More info about the web client:
|
||||
### DemoRabbitControl
|
||||
|
||||
|
||||
|
||||

|
||||
|
||||
[source code](src/demo/kotlin/DemoRabbitControl.kt)
|
||||
@@ -50,6 +51,7 @@ More info about the web client:
|
||||
### DemoRabbitControlManualOverlay
|
||||
|
||||
|
||||
|
||||

|
||||
|
||||
[source code](src/demo/kotlin/DemoRabbitControlManualOverlay.kt)
|
||||
@@ -57,6 +59,7 @@ More info about the web client:
|
||||
### DemoRabbitHole
|
||||
|
||||
|
||||
|
||||

|
||||
|
||||
[source code](src/demo/kotlin/DemoRabbitHole.kt)
|
||||
|
||||
Reference in New Issue
Block a user