pub fn create_renderer( renderer_type: RendererType, ) -> Result<Box<dyn Renderer>, Error>
Create a renderer of the specified type