Fix demos
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
import org.openrndr.applicationSynchronous
|
||||
|
||||
import org.openrndr.application
|
||||
import org.openrndr.extensions.Screenshots
|
||||
import org.openrndr.extensions.SingleScreenshot
|
||||
import org.openrndr.extra.gitarchiver.GitArchiver
|
||||
|
||||
fun main() = applicationSynchronous {
|
||||
fun main() = application {
|
||||
program {
|
||||
if (System.getProperty("takeScreenshot") == "true") {
|
||||
extend(SingleScreenshot()) {
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
import org.openrndr.Extension
|
||||
import org.openrndr.Program
|
||||
import org.openrndr.application
|
||||
import org.openrndr.applicationSynchronous
|
||||
|
||||
import org.openrndr.extensions.SingleScreenshot
|
||||
import org.openrndr.extra.olive.Olive
|
||||
|
||||
fun main() = applicationSynchronous {
|
||||
fun main() = application {
|
||||
configure {
|
||||
width = 768
|
||||
height = 576
|
||||
|
||||
@@ -5,7 +5,6 @@ import org.openrndr.extra.noise.poissonDiskSampling
|
||||
import org.openrndr.extra.triangulation.Delaunay
|
||||
import org.openrndr.math.Vector2
|
||||
import org.openrndr.shape.Circle
|
||||
import org.openrndr.shape.Rectangle
|
||||
|
||||
fun main() {
|
||||
application {
|
||||
|
||||
Reference in New Issue
Block a user