add orx-jvm demos to README.md
This commit is contained in:
@@ -23,4 +23,23 @@ this addon provides some helper functions to convert them to OPENRNDR types:
|
|||||||
- `ImageFlow` to `ColorBuffer` conversion.
|
- `ImageFlow` to `ColorBuffer` conversion.
|
||||||
|
|
||||||
<!-- __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)
|
||||||
|
|
||||||
|

|
||||||
|
|||||||
@@ -173,4 +173,33 @@ import org.openrndr.extra.parameters.DoubleParameter
|
|||||||
[DemoSimple01Kt](src/demo/kotlin/DemoSimple01Kt.kt
|
[DemoSimple01Kt](src/demo/kotlin/DemoSimple01Kt.kt
|
||||||

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

|
||||||
|
|
||||||
|
### 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)
|
||||||
|
|
||||||
|

|
||||||
|
|||||||
@@ -3,4 +3,23 @@
|
|||||||
The OPENRNDR UI toolkit. Provides buttons, sliders, text, a color picker and much more. HTML/CSS-like.
|
The OPENRNDR UI toolkit. Provides buttons, sliders, text, a color picker and much more. HTML/CSS-like.
|
||||||
|
|
||||||
<!-- __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)
|
||||||
|
|
||||||
|

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

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