psychopy.visual - many visual stimuli

Window to display all stimuli below.

Windows and and display devices:

  • Window is the main class to display objects
  • Warper for non-flat projection screens
  • ProjectorFramePacker for handling displays with
  • Rift for Oculus Rift support (Windows 64bit only)

Commonly used:

Shapes (all special classes of ShapeStim):

  • ShapeStim to draw shapes with arbitrary numbers of vertices
  • Rect to show rectangles
  • Circle to show circles
  • Polygon to show polygons
  • Line to show a line

Images and patterns:

Multiple stimuli:

Other stimuli:

  • MovieStim to show movies
  • Slider a new improved class to collect ratings
  • RatingScale to collect ratings
  • CustomMouse to change the cursor in windows with GUI. OBS: will be deprecated soon

Meta stimuli (stimuli that operate on other stimuli):

  • BufferImageStim to make a faster-to-show “screenshot” of other stimuli
  • Aperture to restrict visibility area of other stimuli

Helper functions:


Back to top