add orx-jvm demos to README.md

This commit is contained in:
Edwin Jakobs
2025-09-20 06:31:42 +00:00
parent d411b428b8
commit ec9ec947a6

View File

@@ -4,6 +4,14 @@ The OPENRNDR UI toolkit. Provides buttons, sliders, text, a color picker and muc
<!-- __demos__ -->
## Demos
### DemoColorPickerButton01
A simple demonstration of a ColorPickerButton
![DemoColorPickerButton01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-jvm/orx-panel/images/DemoColorPickerButton01Kt.png)
[source code](src/demo/kotlin/DemoColorPickerButton01.kt)
### DemoHorizontalLayout01