Main Functionality
We need to be able to add more entries to the config.toml with other views (except for tirol_demo_view). Those will have the same structure as the demo view, but we will have to add a couple of parameters to both to allow adjustment for different computers, like loaded area radius for example to be able to save some memory.
The implementation should be relatively straightforward, we take the other parameters (not demo view but the other view) and pass them to run the renderer to .from_launcher(). Current architecture should allow that even though some small tweaks migh be necessary.
Main Functionality
We need to be able to add more entries to the config.toml with other views (except for tirol_demo_view). Those will have the same structure as the demo view, but we will have to add a couple of parameters to both to allow adjustment for different computers, like loaded area radius for example to be able to save some memory.
The implementation should be relatively straightforward, we take the other parameters (not demo view but the other view) and pass them to run the renderer to .from_launcher(). Current architecture should allow that even though some small tweaks migh be necessary.