Switch back to fun main()

This commit is contained in:
Edwin Jakobs
2021-08-30 17:18:54 +02:00
parent c5a95f8d17
commit 9a2f10f81d
187 changed files with 313 additions and 316 deletions

View File

@@ -11,7 +11,7 @@ import org.openrndr.math.mod_
import org.openrndr.math.transforms.transform
import java.io.File
suspend fun main() = application {
fun main() = application {
configure {
width = 1280
height = 720

View File

@@ -8,7 +8,7 @@ import org.openrndr.extra.dnk3.renderers.dryRenderer
import org.openrndr.math.*
import java.io.File
suspend fun main() = application {
fun main() = application {
configure {
width = 1280
height = 720

View File

@@ -10,7 +10,7 @@ import org.openrndr.extras.meshgenerators.groundPlaneMesh
import org.openrndr.math.Vector3
import org.openrndr.math.transforms.transform
suspend fun main() = application {
fun main() = application {
configure {
width = 1280
height = 720

View File

@@ -11,7 +11,7 @@ import org.openrndr.math.Vector3
import org.openrndr.math.transforms.transform
import org.openrndr.shape.path3D
suspend fun main() = application {
fun main() = application {
configure {
width = 1280
height = 720

View File

@@ -29,7 +29,7 @@ import java.io.File
import kotlin.math.cos
import kotlin.math.sin
suspend fun main() = application {
fun main() = application {
configure {
width = 1280
height = 720

View File

@@ -9,7 +9,7 @@ import org.openrndr.extras.camera.Orbital
import org.openrndr.math.*
import java.io.File
suspend fun main() = application {
fun main() = application {
configure {
width = 1280
height = 720

View File

@@ -9,7 +9,7 @@ import org.openrndr.extras.camera.Orbital
import org.openrndr.math.*
import java.io.File
suspend fun main() = application {
fun main() = application {
configure {
width = 1280
height = 720

View File

@@ -9,7 +9,7 @@ import org.openrndr.extras.camera.Orbital
import org.openrndr.math.*
import java.io.File
suspend fun main() = application {
fun main() = application {
configure {
width = 1280
height = 720

View File

@@ -7,7 +7,7 @@ import org.openrndr.extras.camera.Orbital
import org.openrndr.math.Vector3
import java.io.File
suspend fun main() = application {
fun main() = application {
program {
if (System.getProperty("takeScreenshot") == "true") {
extend(SingleScreenshot()) {

View File

@@ -10,7 +10,7 @@ import org.openrndr.math.Vector3
import org.openrndr.math.transforms.transform
import java.io.File
suspend fun main() = application {
fun main() = application {
configure {
width = 1280
height = 720

View File

@@ -11,7 +11,7 @@ import org.openrndr.math.Vector3
import org.openrndr.math.transforms.transform
import java.io.File
suspend fun main() = application {
fun main() = application {
configure {
width = 1280
height = 720

View File

@@ -10,7 +10,7 @@ import org.openrndr.extras.meshgenerators.sphereMesh
import org.openrndr.math.Vector3
import org.openrndr.math.transforms.transform
suspend fun main() = application {
fun main() = application {
configure {
width = 1280
height = 720

View File

@@ -11,7 +11,7 @@ import org.openrndr.math.Vector3
import org.openrndr.math.mod_
import java.io.File
suspend fun main() = application {
fun main() = application {
configure {
width = 1280
height = 720

View File

@@ -18,7 +18,7 @@ import java.io.File
import kotlin.math.cos
import kotlin.math.sin
suspend fun main() = application {
fun main() = application {
configure {
width = 1280
height = 720