[orx-jumpflood] Temporarily comment out two demos
JumpFlood.kt is currently not compatible with
9871b80161
This commit is contained in:
@@ -1,36 +1,39 @@
|
|||||||
import org.openrndr.application
|
//import org.openrndr.application
|
||||||
import org.openrndr.color.ColorRGBa
|
//import org.openrndr.color.ColorRGBa
|
||||||
import org.openrndr.extra.compositor.compose
|
//import org.openrndr.extra.compositor.compose
|
||||||
import org.openrndr.extra.compositor.draw
|
//import org.openrndr.extra.compositor.draw
|
||||||
import org.openrndr.extra.compositor.layer
|
//import org.openrndr.extra.compositor.layer
|
||||||
import org.openrndr.extra.compositor.post
|
//import org.openrndr.extra.compositor.post
|
||||||
import org.openrndr.extra.fx.patterns.Checkers
|
//import org.openrndr.extra.fx.patterns.Checkers
|
||||||
import org.openrndr.extra.jumpfill.fx.InnerGlow
|
//import org.openrndr.extra.jumpfill.fx.InnerGlow
|
||||||
|
|
||||||
fun main() = application {
|
// Temporarily commented out until JumpFlood.kt is compatible with
|
||||||
configure {
|
// https://github.com/openrndr/openrndr/commit/9871b80161b155bf61371301ce1b7b9cf9a10adf
|
||||||
width = 720
|
|
||||||
height = 720
|
//fun main() = application {
|
||||||
}
|
// configure {
|
||||||
program {
|
// width = 720
|
||||||
val c = compose {
|
// height = 720
|
||||||
layer {
|
// }
|
||||||
post(Checkers())
|
// program {
|
||||||
}
|
// val c = compose {
|
||||||
layer {
|
// layer {
|
||||||
draw {
|
// post(Checkers())
|
||||||
drawer.fill = ColorRGBa.PINK.shade(0.5)
|
// }
|
||||||
drawer.stroke = null
|
// layer {
|
||||||
drawer.circle(width / 2.0, height / 2.0, width * 0.35)
|
// draw {
|
||||||
}
|
// drawer.fill = ColorRGBa.PINK.shade(0.5)
|
||||||
post(InnerGlow()) {
|
// drawer.stroke = null
|
||||||
color = ColorRGBa(-1.0, -1.0, -1.0, 0.25);
|
// drawer.circle(width / 2.0, height / 2.0, width * 0.35)
|
||||||
width = 30.0
|
// }
|
||||||
}
|
// post(InnerGlow()) {
|
||||||
}
|
// color = ColorRGBa(-1.0, -1.0, -1.0, 0.25);
|
||||||
}
|
// width = 30.0
|
||||||
extend {
|
// }
|
||||||
c.draw(drawer)
|
// }
|
||||||
}
|
// }
|
||||||
}
|
// extend {
|
||||||
}
|
// c.draw(drawer)
|
||||||
|
// }
|
||||||
|
// }
|
||||||
|
//}
|
||||||
@@ -1,36 +1,39 @@
|
|||||||
import org.openrndr.application
|
//import org.openrndr.application
|
||||||
import org.openrndr.color.ColorRGBa
|
//import org.openrndr.color.ColorRGBa
|
||||||
import org.openrndr.extra.compositor.compose
|
//import org.openrndr.extra.compositor.compose
|
||||||
import org.openrndr.extra.compositor.draw
|
//import org.openrndr.extra.compositor.draw
|
||||||
import org.openrndr.extra.compositor.layer
|
//import org.openrndr.extra.compositor.layer
|
||||||
import org.openrndr.extra.compositor.post
|
//import org.openrndr.extra.compositor.post
|
||||||
import org.openrndr.extra.fx.patterns.Checkers
|
//import org.openrndr.extra.fx.patterns.Checkers
|
||||||
import org.openrndr.extra.jumpfill.fx.InnerGlow
|
//import org.openrndr.extra.jumpfill.fx.InnerGlow
|
||||||
|
|
||||||
fun main() = application {
|
// Temporarily commented out until JumpFlood.kt is compatible with
|
||||||
configure {
|
// https://github.com/openrndr/openrndr/commit/9871b80161b155bf61371301ce1b7b9cf9a10adf
|
||||||
width = 720
|
|
||||||
height = 720
|
//fun main() = application {
|
||||||
}
|
// configure {
|
||||||
program {
|
// width = 720
|
||||||
val c = compose {
|
// height = 720
|
||||||
layer {
|
// }
|
||||||
post(Checkers())
|
// program {
|
||||||
}
|
// val c = compose {
|
||||||
layer {
|
// layer {
|
||||||
draw {
|
// post(Checkers())
|
||||||
drawer.fill = ColorRGBa.PINK.shade(0.5)
|
// }
|
||||||
drawer.stroke = null
|
// layer {
|
||||||
drawer.circle(width / 2.0, height / 2.0, width * 0.35)
|
// draw {
|
||||||
}
|
// drawer.fill = ColorRGBa.PINK.shade(0.5)
|
||||||
post(InnerGlow()) {
|
// drawer.stroke = null
|
||||||
color = ColorRGBa(1.0, 1.0, 1.0, 0.25);
|
// drawer.circle(width / 2.0, height / 2.0, width * 0.35)
|
||||||
width = 30.0
|
// }
|
||||||
}
|
// post(InnerGlow()) {
|
||||||
}
|
// color = ColorRGBa(1.0, 1.0, 1.0, 0.25);
|
||||||
}
|
// width = 30.0
|
||||||
extend {
|
// }
|
||||||
c.draw(drawer)
|
// }
|
||||||
}
|
// }
|
||||||
}
|
// extend {
|
||||||
}
|
// c.draw(drawer)
|
||||||
|
// }
|
||||||
|
// }
|
||||||
|
//}
|
||||||
Reference in New Issue
Block a user