Reimplement collectScreenshots
This commit is contained in:
@@ -79,16 +79,6 @@ Two color spaces are added: `ColorHSLUVa` and `ColorHPLUVa`, they are an impleme
|
||||
|
||||

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

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

|
||||
|
||||
### DemoHistogram01
|
||||
[source code](src/demo/kotlin/DemoHistogram01.kt)
|
||||
|
||||
@@ -104,6 +94,16 @@ Two color spaces are added: `ColorHSLUVa` and `ColorHPLUVa`, they are an impleme
|
||||
|
||||

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

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

|
||||
|
||||
### DemoXSLUV01
|
||||
[source code](src/demo/kotlin/DemoXSLUV01.kt)
|
||||
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
import Orx_embed_shaders_gradle.EmbedShadersTask
|
||||
import Orx_collect_screenshots_gradle.ScreenshotsHelper.collectScreenshots
|
||||
|
||||
plugins {
|
||||
kotlin("multiplatform")
|
||||
kotlin("plugin.serialization")
|
||||
id("orx.embed-shaders")
|
||||
id("orx.collect-screenshots")
|
||||
}
|
||||
|
||||
val kotlinxSerializationVersion: String by rootProject.extra
|
||||
@@ -36,6 +36,7 @@ kotlin {
|
||||
runtimeOnly("org.openrndr:openrndr-gl3-natives-$openrndrOS:$openrndrVersion")
|
||||
implementation(compilations["main"]!!.output.allOutputs)
|
||||
}
|
||||
collectScreenshots { }
|
||||
}
|
||||
}
|
||||
compilations.all {
|
||||
|
||||
Reference in New Issue
Block a user