add demos to README.md
This commit is contained in:
@@ -240,6 +240,7 @@ fun main() = application {
|
||||
### DemoAside01
|
||||
|
||||
|
||||
|
||||

|
||||
|
||||
[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
|
||||
|
||||

|
||||
|
||||
[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.
|
||||
|
||||

|
||||
|
||||
[source code](src/jvmDemo/kotlin/DemoCompositor02.kt)
|
||||
|
||||
Reference in New Issue
Block a user