.. top: Example Scripts =============== The following example scripts are included as part of the Shady package. They can be run conventionally like any normal Python script. Alternatively, you can explore them interactively piece-by-piece with the `demo` subcommand, like so:: python -m Shady demo showcase From inside Python, this is equivalent to: .. code:: python from Shady import RunShadyScript, PackagePath RunShadyScript( PackagePath( 'examples/showcase.py' ) ) List of examples ---------------- An annotated version of the full list of examples can be obtained by typing:: python -m Shady list The source code of the examples can be browsed below: .. toctree:: examples_after-sarcone examples_animated-textures examples_artifacts examples_capture-video examples_color-transformation examples_custom-functions examples_dithering examples_dots1 examples_dots2 examples_dots3 examples_dots4 examples_dynamic-range examples_dynamics1 examples_dynamics2 examples_events examples_fancy-hardware examples_foreign-stimulus examples_image-scaling examples_interactive-gamma examples_noise examples_precision examples_sharing examples_showcase examples_tearing examples_text examples_video examples_world