PandaEPL

From Computational Memory Lab
Revision as of 18:53, 26 March 2012 by Asolway (Talk)

Jump to: navigation, search

PandaEPL

PandaEPL is a cross-platform spatial navigation experiment programming library. It supersedes PyEPL's VR module, although PyEPL is still recommended for programming experiments with 2D stimuli. Technical details and sample usage are described in a forthcoming paper.

At minimum, PandaEPL requires:

Sound playback and recording are supported by interfacing with the <<ExtLink(http://www.speech.kth.se/snack,tkSnack)>> library. Joystick input is supported by interfacing with <<ExtLink(http://www.pygame.org,PyGame)>>. Both libraries are optional and are required only if you wish to use the corresponding features.

Download

After installing the above dependencies, you may download PandaEPL by clicking here (coming soon). Refer to the included README file for installation instructions.

Sample Experiment

The sample experiment outlined in the forthcoming PandaEPL paper may be downloaded by clicking <<ExtLink(/files/software/pandaepl/dboyLite.zip,here)>>.