Function openrailwaymap_exporter::app3d::init  
source · pub fn init()Expand description
Initializes the Bevy application with a default RailwayGraph.
This function sets up the Bevy application with the required plugins,
resources, and systems. It inserts a default AppResource and starts the
Bevy application. The user can load a RailwayGraph through the UI.
Note
This function is not available when compiling for the wasm32 target.