WebRendererLauncher

A launcher that starts a REST server to allow the visualization of the simulation on a Browser.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
val autoStart: Boolean = true
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val showProgress: Boolean = true

Functions

Link copied to clipboard
open override fun launch(loader: Loader)

Prepares the simulation to be run, execute it in a coroutine and start the REST server by executing EngineMain using the application.conf configuration file.