attract 0.0.0

A small library for visualsing dynamical systems, particularly strange attractors.
Documentation
attractor: !Clifford
  a: !Fixed -1.4
  b: !Fixed 1.6
  c: !Fixed 1.3
  d: !Fixed 0.7
generator: !Gaussian
  centre: [0.0, 0.0]
  std_dev: 1.0
num_frames: 1
rendering:
  resolution: [1024, 1024]
  offset: [0.0, 0.0]
  scale: 5.0
processing:
  num_samples: 1000000
  num_groups: 100
post_processing:
  apply_log: true
  colour_map: "magma"
  output_dir: "output"
  image_name: "clifford.png"
simulation:
  max_iter: 10000
  warmup: 1000