Reimplement collectScreenshots
This commit is contained in:
@@ -106,17 +106,7 @@ All distortion effects are opacity preserving
|
||||

|
||||
|
||||

|
||||
|
||||
### DemoFluidDistort01
|
||||
[source code](src/demo/kotlin/DemoFluidDistort01.kt)
|
||||
|
||||

|
||||
|
||||
### DemoLaserBlur01
|
||||
[source code](src/demo/kotlin/DemoLaserBlur01.kt)
|
||||
|
||||

|
||||
|
||||
@@ -1,9 +1,12 @@
|
||||
import Orx_collect_screenshots_gradle.ScreenshotsHelper.collectScreenshots
|
||||
import Orx_embed_shaders_gradle.EmbedShadersTask
|
||||
|
||||
|
||||
plugins {
|
||||
kotlin("multiplatform")
|
||||
kotlin("plugin.serialization")
|
||||
id("orx.embed-shaders")
|
||||
id("orx.collect-screenshots")
|
||||
}
|
||||
|
||||
val kotlinxSerializationVersion: String by rootProject.extra
|
||||
@@ -42,6 +45,10 @@ kotlin {
|
||||
implementation(compilations["main"]!!.output.allOutputs)
|
||||
}
|
||||
}
|
||||
collectScreenshots {
|
||||
ignore.set(listOf("DemoBlur01"))
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
compilations.all {
|
||||
@@ -111,11 +118,4 @@ kotlin {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
//tasks.getByName("compileKotlinJvm").dependsOn(embedShaders)
|
||||
//tasks.getByName("compileKotlinJs").dependsOn(embedShaders)
|
||||
//tasks.getByName("compileKotlinMetadata").dependsOn(embedShaders)
|
||||
//tasks.getByName("jvmSourcesJar").dependsOn(embedShaders)
|
||||
//tasks.getByName("sourcesJar").dependsOn(embedShaders)
|
||||
}
|
||||
@@ -1,5 +1,3 @@
|
||||
package org.openrndr.extra.fx.demo
|
||||
|
||||
import org.openrndr.application
|
||||
import org.openrndr.extra.fx.blend.*
|
||||
fun main() {
|
||||
|
||||
Reference in New Issue
Block a user