I'm pleased to announce that development on OpenSesame has started. OpenSesame is a graphical experiment builder. Compared to existing software for creating psychological experiments, OpenSesame has a number of cool extra tricks up its sleeve.
OpenSesame is ...
- … free and open-source.
- … cross-platform. Windows and Linux packages will be provided, but if the required libraries are installed, OpenSesame should also run on Mac OS.
- … an extremely easy way to build experiments using a graphical user interface. You can even draw your stimulus displays using the built-in sketchpad!
- … compatible with Python. This means that you can combine the ease of the graphical interface with the full power of Python scripting.
You can expect a first version of OpenSesame to land in the software section of cogsci.nl in the near future. For now I have a couple of screenshots. So let's take a look! (Click on the screenshots to see the full size images.)
The screenshot below shows a “sequence” item. A sequence runs a number of other items in sequence (obviously). In the example below, the sequence consists of a fixation display, a cue display, a target display, a keyboard response collector, and, finally, a logger item (which logs the response to file). A typical experimental trial, in other words. One of the cool things of the sequence item is that you can use conditional statements. For example, depending on the value of the “cue” variable, either the “cue_left …