On this page:
Rhombus Pict:   Functional Pictures
8.12

Rhombus Pict: Functional Pictures🔗ℹ

 import: pict package: rhombus-prototype

The pict Rhombus library starts with the same pict concept as the Racket pict library, but the Rhombus pict abstraction includes direct support for slideshow animations. That is, the Pict datatype from the pict library covers both static pictures, as useful in a paper, and dynamic pictures, as useful in a slide presentation. In particular, a Pict can represent an entire Slideshow talk. Concretely, you can pass an animated pict to a function like above, and the result will be an animated pict that animates and steps concurrent to other animated picts provided in the same above combination.

    1 Overview

      1.1 Static Picts

      1.2 Animated Picts

        1.2.1 Time Boxes and Durations

        1.2.2 Epochs

        1.2.3 Pad versus Sustain

      1.3 The Nothing Pict

    2 Pict Objects

    3 Pict Constructors

    4 Pict Combiners

    5 Pict Finders

    6 Pict Text Layout

    7 Pict Radial Shapes

    8 Pict Speech Balloons