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

@@ -240,6 +240,7 @@ fun main() = application {
### DemoAside01
![DemoAside01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-compositor/images/DemoAside01Kt.png)
[source code](src/jvmDemo/kotlin/DemoAside01.kt)
@@ -249,6 +250,7 @@ fun main() = application {
Compositor demo showing 3 layers of moving items
with a different amount of blur in each layer,
simulating depth of field
![DemoCompositor01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-compositor/images/DemoCompositor01Kt.png)
[source code](src/jvmDemo/kotlin/DemoCompositor01.kt)
@@ -257,6 +259,7 @@ simulating depth of field
Demonstration of using [BufferMultisample] on a per layer basis.
Try changing which layer has multisampling applied and observe the results.
![DemoCompositor02Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-compositor/images/DemoCompositor02Kt.png)
[source code](src/jvmDemo/kotlin/DemoCompositor02.kt)