add demos to README.md

This commit is contained in:
Abe Pazos
2025-08-27 19:48:23 +00:00
parent b231b415f1
commit 64493302c7
35 changed files with 283 additions and 0 deletions

View File

@@ -26,6 +26,7 @@ Key Components:
- `Rectangle` provides a way to define the rectangular area.
- `drawer` enables isolated operations for drawing elements.
- `writer` facilitates text rendering with alignment and spacing adjustments.
![DemoTextWriter01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-text-writer/images/DemoTextWriter01Kt.png)
[source code](src/jvmDemo/kotlin/DemoTextWriter01.kt)
@@ -33,6 +34,7 @@ Key Components:
### DemoTextWriter02
![DemoTextWriter02Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-text-writer/images/DemoTextWriter02Kt.png)
[source code](src/jvmDemo/kotlin/DemoTextWriter02.kt)
@@ -40,6 +42,7 @@ Key Components:
### DemoTextWriter03
![DemoTextWriter03Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-text-writer/images/DemoTextWriter03Kt.png)
[source code](src/jvmDemo/kotlin/DemoTextWriter03.kt)