add orx-jvm demos to README.md
This commit is contained in:
@@ -38,3 +38,9 @@ animation.myColor
|
|||||||
|
|
||||||
Find the Chataigne example project in `/resources/timeline_example_chataigne.noisette` which works together with demo project `/src/demo/kotlin/ChataigneOSCDemo.kt`
|
Find the Chataigne example project in `/resources/timeline_example_chataigne.noisette` which works together with demo project `/src/demo/kotlin/ChataigneOSCDemo.kt`
|
||||||
|
|
||||||
|
<!-- __demos__ -->
|
||||||
|
## Demos
|
||||||
|
### ChataigneOSCDemo
|
||||||
|
[source code](src/demo/kotlin/ChataigneOSCDemo.kt)
|
||||||
|
|
||||||
|

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

|

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

|

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

|

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

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

|

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

|

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

|

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

|

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

|

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

|

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

|

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

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

|
||||||
|
|||||||
@@ -80,3 +80,14 @@ val xFunction by watchingExpression1(settings::xExpression, "t", constants)
|
|||||||
|
|
||||||
xFunction(1.0)
|
xFunction(1.0)
|
||||||
```
|
```
|
||||||
|
<!-- __demos__ -->
|
||||||
|
## Demos
|
||||||
|
### DemoExpressionEvaluator01
|
||||||
|
[source code](src/demo/kotlin/DemoExpressionEvaluator01.kt)
|
||||||
|
|
||||||
|

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

|
||||||
|
|||||||
@@ -18,3 +18,9 @@ application {
|
|||||||
```
|
```
|
||||||
Now when a screenshot is taken, first all uncommitted code is committed to git.
|
Now when a screenshot is taken, first all uncommitted code is committed to git.
|
||||||
The screenshot is saved with the first 7 characters of the commit hash in the filename.
|
The screenshot is saved with the first 7 characters of the commit hash in the filename.
|
||||||
|
<!-- __demos__ -->
|
||||||
|
## Demos
|
||||||
|
### GitArchiverDemo01
|
||||||
|
[source code](src/demo/kotlin/GitArchiverDemo01.kt)
|
||||||
|
|
||||||
|

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

|

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

|

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

|

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

|

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

|

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

|

|
||||||
|
|||||||
@@ -138,9 +138,9 @@ import org.openrndr.draw.*
|
|||||||
### DemoOlive01
|
### DemoOlive01
|
||||||
[source code](src/demo/kotlin/DemoOlive01.kt)
|
[source code](src/demo/kotlin/DemoOlive01.kt)
|
||||||
|
|
||||||

|

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

|

|
||||||
|
|||||||
@@ -38,3 +38,19 @@ More info about the web client:
|
|||||||
### Frequently asked questions
|
### Frequently asked questions
|
||||||
|
|
||||||
[https://rabbitcontrol.cc/faq/](https://rabbitcontrol.cc/faq/)
|
[https://rabbitcontrol.cc/faq/](https://rabbitcontrol.cc/faq/)
|
||||||
|
<!-- __demos__ -->
|
||||||
|
## Demos
|
||||||
|
### DemoRabbitControl
|
||||||
|
[source code](src/demo/kotlin/DemoRabbitControl.kt)
|
||||||
|
|
||||||
|

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

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

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