ApplicationConfiguration

Application configuration object

Properties

Link copied to clipboard

Indicates whether the application should perform thread checking in certain operations.

Link copied to clipboard

The class name to be preloaded, determined lazily at runtime. This variable fetches a system property org.openrndr.preloadclass using Platform.property. If the property is not available, it defaults to "org.openrndr.Preload".

Link copied to clipboard

A lazily initialized property that determines whether the application should restart the JVM on thread 0. This is configured via the system property org.openrndr.application.restart_jvm_on_thread0.