add demos to README.md
This commit is contained in:
@@ -30,16 +30,6 @@ Supported Gltf features
|
||||
|
||||

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

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

|
||||
|
||||
### DemoLights01
|
||||
[source code](src/demo/kotlin/DemoLights01.kt)
|
||||
|
||||
|
||||
@@ -33,4 +33,8 @@ val et = Easing.QuadIn.function(t, 0.0, 1.0, 1.0)
|
||||
```
|
||||
|
||||
<!-- __demos__ -->
|
||||
## Demos
|
||||
## Demos
|
||||
### DemoEasings01
|
||||
[source code](src/demo/kotlin/DemoEasings01.kt)
|
||||
|
||||

|
||||
|
||||
@@ -174,7 +174,27 @@ import org.openrndr.extra.parameters.DoubleParameter
|
||||

|
||||
|
||||

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

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

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

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

|
||||
|
||||
@@ -145,6 +145,11 @@ Supported functions in expressions:
|
||||
|
||||

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

|
||||
|
||||
### DemoSimple01
|
||||
[source code](src/demo/kotlin/DemoSimple01.kt)
|
||||
|
||||
|
||||
@@ -8,3 +8,18 @@ The OPENRNDR UI toolkit. Provides buttons, sliders, text, a color picker and muc
|
||||
[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)
|
||||
|
||||

|
||||
|
||||
@@ -19,6 +19,11 @@ Collection of 2D shape generators (polygon, star, rounded rectangle) and shape m
|
||||
|
||||

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

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