pub fn render(
config: &Config<impl Attractor, impl ColorTransform>,
runtime: &mut Runtime,
)Expand description
Render according to config, with angle rotation around the attractor.
If the Runtime isn’t cleared, this just continues the “building” of the
image. This can therefore be called in succession and the result is an ever-improving image.
rotation is around View::center_camera, in radians.