File: Contents.m

package info (click to toggle)
psychtoolbox-3 3.0.19.14.dfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 86,796 kB
  • sloc: ansic: 176,245; cpp: 20,103; objc: 5,393; sh: 2,753; python: 1,397; php: 384; makefile: 193; java: 113
file content (23 lines) | stat: -rw-r--r-- 990 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
% Psychtoolbox:PsychDemos:ECVP2013
%
% Demos which were written specifically for the ECVP 2013 tutorial.
%
% See Psychtoolbox/PsychDocumentation/PTBTutorial-ECVP2013.pdf for
% reference.
%
% As opposed to best practices, these demos don't use the "function" key
% word at the top, so it was more easy to display content of various
% variables while stepping through code with the debugger during the
% tutorial session.
%
% The demos show the new PsychDefaultSetup(2); setup function and use a
% normalized color space between 0.0 and 1.0 instead of classic 0-255.
%
%
% HelloAlphaDemo              - Shows most basic alpha blending.
% HelloAnimationDemo          - Shows most basic timed animation.
% HelloGaborArrayDemo         - Shows use of floating point blending.
% HelloShapesDemo             - Shows how to draw different shapes.
% HelloSpiralTextureDemo      - Shows how to draw with textures as stencils.
% HelloWorldDemo              - Shows how to open a window and say hello.