psychopy.visual - many visual stimuliΒΆWindow to display all stimuli below.
Commonly used:
ImageStimto show imagesTextStimto show textTextBoxrewrite of TextStim (faster/better but only monospace fonts)
Shapes (all special classes of ShapeStim):
ShapeStimto draw shapes with arbitrary numbers of verticesRectto show rectanglesCircleto show circlesPolygonto show polygonsLineto show a line
Images and patterns:
ImageStimto show imagesSimpleImageStimto show images without bells and whistlesGratingStimto show gratingsRadialStimto show annulus, a rotating wedge, a checkerboard etc
Multiple stimuli:
ElementArrayStimto show many stimuli of the same typeDotStimto show and control movement of dots
Other stimuli:
MovieStimto show moviesRatingScaleto collect ratingsCustomMouseto change the cursor in windows with GUI. OBS: will be deprecated soon
General purpose (applies to other stimuli):
BufferImageStimto make a faster-to-show “screenshot” of other stimuliApertureto restrict visibility area of other stimuli
See also Helper functions