From 2053b247556a25e8710d68b70b428f8f2a19d87b Mon Sep 17 00:00:00 2001 From: Edwin Jakobs Date: Wed, 26 Feb 2025 12:19:07 +0000 Subject: [PATCH] add demos to README.md --- orx-text-writer/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/orx-text-writer/README.md b/orx-text-writer/README.md index 28bf7a12..2027b840 100644 --- a/orx-text-writer/README.md +++ b/orx-text-writer/README.md @@ -12,3 +12,13 @@ _The code in `orx-text-writer` was previously found under `openrndr-draw` in the [source code](src/jvmDemo/kotlin/DemoTextWriter01.kt) ![DemoTextWriter01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-text-writer/images/DemoTextWriter01Kt.png) + +### DemoTextWriter02 +[source code](src/jvmDemo/kotlin/DemoTextWriter02.kt) + +![DemoTextWriter02Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-text-writer/images/DemoTextWriter02Kt.png) + +### DemoTextWriter03 +[source code](src/jvmDemo/kotlin/DemoTextWriter03.kt) + +![DemoTextWriter03Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-text-writer/images/DemoTextWriter03Kt.png)