Add orx-timer
This commit is contained in:
10
orx-timer/src/demo/kotlin/DemoTimeOut01.kt
Normal file
10
orx-timer/src/demo/kotlin/DemoTimeOut01.kt
Normal file
@@ -0,0 +1,10 @@
|
||||
import org.openrndr.application
|
||||
import org.openrndr.extra.timer.timeOut
|
||||
|
||||
fun main() = application {
|
||||
program {
|
||||
timeOut(2.0) {
|
||||
println("hello there $seconds" )
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user