Files
orx/orx-jvm/orx-panel/README.md
2025-09-20 06:31:42 +00:00

46 lines
1.2 KiB
Markdown

# orx-panel
The OPENRNDR UI toolkit. Provides buttons, sliders, text, a color picker and much more. HTML/CSS-like.
<!-- __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
![DemoHorizontalLayout01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-jvm/orx-panel/images/DemoHorizontalLayout01Kt.png)
[source code](src/demo/kotlin/DemoHorizontalLayout01.kt)
### DemoVerticalLayout01
![DemoVerticalLayout01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-jvm/orx-panel/images/DemoVerticalLayout01Kt.png)
[source code](src/demo/kotlin/DemoVerticalLayout01.kt)
### DemoWatchDiv01
![DemoWatchDiv01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-jvm/orx-panel/images/DemoWatchDiv01Kt.png)
[source code](src/demo/kotlin/DemoWatchDiv01.kt)
### DemoWatchObjectDiv01
![DemoWatchObjectDiv01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-jvm/orx-panel/images/DemoWatchObjectDiv01Kt.png)
[source code](src/demo/kotlin/DemoWatchObjectDiv01.kt)