[][src]Module mandelbrot::views

Home of view managers.

Re-exports

pub use self::mandelbrot::MandelbrotViewManager;
pub use self::mandelbrot_and_julia::DoubleViewManager;
pub use self::mandelbrot_and_julia::JuliaDoubleView;
pub use self::mandelbrot_and_julia::MandelbrotDoubleView;
pub use self::view::FractalViewManager;
pub use self::prelude::FRAG_SHADER_PATH;
pub use self::prelude::FRAG_SHADER_PATH;
pub use self::switchable::SwitchableViewManager;

Modules

mandelbrot

Home of the main view -- of just the Mandelbrot set.

mandelbrot_and_julia

Home of the split view that displays both Mandelbrot and Julia at the same time.

prelude

Stuff that gets imported by a lot of other files.

switchable

SwitchableViewManager owns all view managers, is a view manager itself, and passes events to the manager dependent on its current property.

utils

Utilities theoretically available only to children of views.

view

Blanket implementations and traits defining a view.